liblo
This commit is contained in:
parent
1458dafd48
commit
63c6936bcc
|
@ -0,0 +1,20 @@
|
||||||
|
# Tanım: Hafif bir OSC (Açık Ses Kontrolü) uygulaması
|
||||||
|
# URL: http://liblo.sourceforge.net/
|
||||||
|
# Paketçi: Cihan_Alkan
|
||||||
|
# Gerekler: doxygen
|
||||||
|
# Grup: medya
|
||||||
|
|
||||||
|
isim=liblo
|
||||||
|
surum=0.29
|
||||||
|
devir=1
|
||||||
|
kaynak=(https://github.com/radarsat1/liblo/releases/download/0.29/liblo-0.29.tar.gz)
|
||||||
|
|
||||||
|
derle() {
|
||||||
|
cd "$SRC/$isim-$surum"
|
||||||
|
./configure --prefix=/usr
|
||||||
|
make
|
||||||
|
make DESTDIR="$PKG" install
|
||||||
|
install -Dm 644 examples/*.{cpp,c} ${PKG}/usr/share/${isim}/examples
|
||||||
|
rm -rf $PKG/usr/share/doc
|
||||||
|
rm -rf $PKG/usr/share/man
|
||||||
|
}
|
Loading…
Reference in New Issue