19 lines
467 B
Plaintext
19 lines
467 B
Plaintext
# Tanım: Exiv2 kitaplığının çevresindeki GObject tabanlı sarmalayıcı.
|
||
# URL: https://wiki.gnome.org/Projects/gexiv2
|
||
# Paketçi: yasarciv67@gmail.com
|
||
# Gerekler: glib exiv2 gobject-introspection python-gobject
|
||
|
||
isim=libgexiv2
|
||
surum=0.10.4
|
||
devir=1
|
||
|
||
kaynak=(http://ftp.gnome.org/pub/gnome/sources/${name/lib/}/${surum%.*}-$surum.tar.xz)
|
||
|
||
derle() {
|
||
cd ${name/lib/}-$surum
|
||
./configure --prefix=/usr \
|
||
--enable-introspection
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|