This commit is contained in:
milisbir 2018-09-02 16:46:48 +03:00
parent af248dd943
commit 52a207e297
1 changed files with 11 additions and 11 deletions

View File

@ -1,19 +1,19 @@
# Tanım: spice protokolü için başlık dosyaları # Tanım: SPICE protokolü için başlık dosyaları
# URL: http://www.spice-space.org # URL: http://spice-space.org
# Paketçi: milisarge # Paketçi: milisarge
# Gerekler: git python3 python3-six python3-pyparsing # Gerekler: meson
# Grup: kütüphane # Grup: kütüphane
isim=spice-protocol isim=spice-protocol
surum=git surum=0.12.14
devir=1 devir=1
kaynak=() kaynak=(https://www.spice-space.org/download/releases/spice-protocol-$surum.tar.bz2)
derle() { derle() {
git_indir git://anongit.freedesktop.org/spice/spice-protocol $isim mkdir build
cd $SRC/$isim cd "$SRC/$isim-$surum"
./autogen.sh --prefix=/usr milis-meson ../build
make ninja -v -C ../build
make DESTDIR=$PKG install DESTDIR="$PKG/" ninja -C ../build install
install -D -m644 COPYING $PKG/usr/share/licenses/$pkgname/LICENSE install -Dm644 COPYING "$PKG/usr/share/licenses/$isim/COPYING"
} }