milis/talimatname/genel/liboobs/talimat

18 lines
421 B
Plaintext
Raw Normal View History

2017-03-31 09:09:03 +02:00
# Description: 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-03-31 09:09:03 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: system-tools-backends
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
}