milis/talimatname/genel/l/libgee06/talimat

19 lines
373 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: GObject koleksiyon kütüphanesi (eski)
2017-09-01 09:15:34 +02:00
# URL: http://www.gnome.org/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: glib gobject-introspection vala
2017-09-01 09:15:34 +02:00
2017-10-28 14:10:23 +02:00
isim=libgee06
_isim=libgee
surum=0.6.8
devir=1
2017-09-01 09:15:34 +02:00
2017-10-28 14:10:23 +02:00
kaynak=(http://ftp.acc.umu.se/pub/gnome/sources/$_name/${surum%.*}/$_name-$surum.tar.xz)
2017-09-01 09:15:34 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $_name-$surum
2017-09-01 09:15:34 +02:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}