milis/talimatname/genel/gtk-engines/talimat
2016-07-12 06:43:48 +00:00

21 lines
444 B
Text

# Description: The GTK Engines package contains eight themes/engines and two additional engines for GTK2.
# URL: http://ftp.gnome.org/pub/gnome/sources/gtk-engines
# Packager: milisarge
# Depends on: gtk2 lua
name=gtk-engines
version=2.20.2
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/gtk-engines/2.20/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}