milis/talimatname/genel/gdl/talimat

18 lines
381 B
Plaintext

# Description: GNOME Tespit Kütüphaneleri.
# URL: http://www.gnome.org/
# Packager: yasarciv67@gmail.com
# Depends on: gtk3 gdk-pixbuf pango cairo
name=gdl
version=3.22.0
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}