spice
This commit is contained in:
parent
af248dd943
commit
52a207e297
|
@ -1,19 +1,19 @@
|
|||
# Tanım: spice protokolü için başlık dosyaları
|
||||
# URL: http://www.spice-space.org
|
||||
# Tanım: SPICE protokolü için başlık dosyaları
|
||||
# URL: http://spice-space.org
|
||||
# Paketçi: milisarge
|
||||
# Gerekler: git python3 python3-six python3-pyparsing
|
||||
# Gerekler: meson
|
||||
# Grup: kütüphane
|
||||
|
||||
isim=spice-protocol
|
||||
surum=git
|
||||
surum=0.12.14
|
||||
devir=1
|
||||
kaynak=()
|
||||
kaynak=(https://www.spice-space.org/download/releases/spice-protocol-$surum.tar.bz2)
|
||||
|
||||
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
|
||||
mkdir build
|
||||
cd "$SRC/$isim-$surum"
|
||||
milis-meson ../build
|
||||
ninja -v -C ../build
|
||||
DESTDIR="$PKG/" ninja -C ../build install
|
||||
install -Dm644 COPYING "$PKG/usr/share/licenses/$isim/COPYING"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue