milis/talimatname/genel/l/libgexiv2/talimat

19 lines
467 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Exiv2 kitaplığının çevresindeki GObject tabanlı sarmalayıcı.
2017-07-25 22:21:02 +02:00
# URL: https://wiki.gnome.org/Projects/gexiv2
2017-10-27 20:46:27 +02:00
# Paketçi: yasarciv67@gmail.com
# Gerekler: glib exiv2 gobject-introspection python-gobject
2017-07-25 22:21:02 +02:00
2017-10-28 14:10:23 +02:00
isim=libgexiv2
surum=0.10.4
devir=1
2017-07-25 22:21:02 +02:00
2017-10-28 14:10:23 +02:00
kaynak=(http://ftp.gnome.org/pub/gnome/sources/${name/lib/}/${surum%.*}-$surum.tar.xz)
2017-07-25 22:21:02 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd ${name/lib/}-$surum
2017-07-25 22:21:02 +02:00
./configure --prefix=/usr \
--enable-introspection
make
make DESTDIR=$PKG install
}