18 lines
406 B
Plaintext
18 lines
406 B
Plaintext
# Tanım: Sistem-araçları backend'lerine GObject tabanlı arayüz - paylaşılan kütüphane
|
||
# URL: http://libopenraw.freedesktop.org/wiki/Exempi
|
||
# Paketçi: milisarge
|
||
# Gerekler: system-tools-backends
|
||
|
||
isim=liboobs
|
||
surum=3.0.0
|
||
devir=1
|
||
|
||
kaynak=(ftp://ftp.gnome.org/pub/GNOME/sources/liboobs/3.0/$isim-$surum.tar.gz )
|
||
|
||
derle() {
|
||
cd $isim-$surum
|
||
./configure --prefix=/usr
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|