milis/talimatname/genel/s/spice-protocol/talimat

20 lines
479 B
Text
Raw Permalink Normal View History

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