milis/talimatname/genel/libgee06/talimat

19 lines
390 B
Plaintext
Raw Normal View History

2017-09-01 09:15:34 +02:00
# Description: GObject koleksiyon kütüphanesi (eski)
# URL: http://www.gnome.org/
# Packager: milisarge
# Depends on: glib gobject-introspection vala
name=libgee06
_name=libgee
version=0.6.8
release=1
source=(http://ftp.acc.umu.se/pub/gnome/sources/$_name/${version%.*}/$_name-$version.tar.xz)
build() {
cd $_name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}