19 lines
373 B
Plaintext
19 lines
373 B
Plaintext
# Tanım: GObject koleksiyon kütüphanesi (eski)
|
||
# URL: http://www.gnome.org/
|
||
# Paketçi: milisarge
|
||
# Gerekler: glib gobject-introspection vala
|
||
|
||
isim=libgee06
|
||
_isim=libgee
|
||
surum=0.6.8
|
||
devir=1
|
||
|
||
kaynak=(http://ftp.acc.umu.se/pub/gnome/sources/$_name/${surum%.*}/$_name-$surum.tar.xz)
|
||
|
||
derle() {
|
||
cd $_name-$surum
|
||
./configure --prefix=/usr
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|