20 lines
479 B
Plaintext
20 lines
479 B
Plaintext
# Tanım: SPICE protokolü için başlık dosyaları
|
||
# URL: http://spice-space.org
|
||
# Paketçi: milisarge
|
||
# Gerekler: meson
|
||
# Grup: kütüphane
|
||
|
||
isim=spice-protocol
|
||
surum=0.12.14
|
||
devir=1
|
||
kaynak=(https://www.spice-space.org/download/releases/spice-protocol-$surum.tar.bz2)
|
||
|
||
derle() {
|
||
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"
|
||
}
|