milis/talimatname/genel/l/liboobs/talimat

18 lines
414 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Sistem-araçları backend'lerine GObject tabanlı arayüz - paylaşılan kütüphane
2016-02-24 01:27:23 +01:00
# URL: http://libopenraw.freedesktop.org/wiki/Exempi
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: system-tools-backends
2016-02-24 01:27:23 +01:00
name=liboobs
version=3.0.0
release=1
source=(ftp://ftp.gnome.org/pub/GNOME/sources/liboobs/3.0/$name-$version.tar.gz )
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}