milis/talimatname/genel/s/spice-protocol/talimat

20 lines
466 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: spice protokolü için başlık dosyaları
# URL: http://www.spice-space.org
# Paketçi: milisarge
# Gerekler: git python3 python3-six python3-pyparsing
# Grup: kütüphane
isim=spice-protocol
surum=git
devir=1
kaynak=()
derle() {
git_indir git://anongit.freedesktop.org/spice/spice-protocol $isim
cd $SRC/$isim
./autogen.sh --prefix=/usr
make
make DESTDIR=$PKG install
install -D -m644 COPYING $PKG/usr/share/licenses/$pkgname/LICENSE
}