milis/talimatname/genel/l/libgexiv2/talimat

20 lines
472 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
2018-05-06 20:34:10 +02:00
# Paketçi: milisarge
2017-10-27 20:46:27 +02:00
# Gerekler: glib exiv2 gobject-introspection python-gobject
2018-05-06 20:34:10 +02:00
# Grup: kütüphane
2017-07-25 22:21:02 +02:00
2017-10-28 14:10:23 +02:00
isim=libgexiv2
2018-05-06 20:34:10 +02:00
surum=0.10.8
2017-10-28 14:10:23 +02:00
devir=1
2017-07-25 22:21:02 +02:00
2018-05-06 20:34:10 +02:00
kaynak=(http://ftp.gnome.org/pub/gnome/sources/gexiv2/0.10/gexiv2-${surum}.tar.xz)
2017-07-25 22:21:02 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2018-05-06 20:29:48 +02:00
cd ${isim/lib/}-$surum
2017-07-25 22:21:02 +02:00
./configure --prefix=/usr \
--enable-introspection
make
make DESTDIR=$PKG install
}