20 lines
466 B
Plaintext
20 lines
466 B
Plaintext
|
# 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
|
|||
|
}
|