2018-09-02 15:46:48 +02:00
|
|
|
|
# Tanım: SPICE protokolü için başlık dosyaları
|
|
|
|
|
# URL: http://spice-space.org
|
2018-09-02 15:10:30 +02:00
|
|
|
|
# Paketçi: milisarge
|
2018-09-02 15:46:48 +02:00
|
|
|
|
# Gerekler: meson
|
2018-09-02 15:10:30 +02:00
|
|
|
|
# Grup: kütüphane
|
|
|
|
|
|
|
|
|
|
isim=spice-protocol
|
2018-09-02 15:46:48 +02:00
|
|
|
|
surum=0.12.14
|
2018-09-02 15:10:30 +02:00
|
|
|
|
devir=1
|
2018-09-02 15:46:48 +02:00
|
|
|
|
kaynak=(https://www.spice-space.org/download/releases/spice-protocol-$surum.tar.bz2)
|
2018-09-02 15:10:30 +02:00
|
|
|
|
|
|
|
|
|
derle() {
|
2018-09-02 15:46:48 +02:00
|
|
|
|
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"
|
2018-09-02 15:10:30 +02:00
|
|
|
|
}
|