milis/talimatname/genel/gtk-engines/talimat

22 lines
430 B
Plaintext
Raw Normal View History

2017-03-24 13:40:50 +01:00
# Description: GTK-engines paketi, sekiz tema / motor ve GTK2 için iki ilave motor içerir.
2016-02-24 01:27:23 +01:00
# URL: http://ftp.gnome.org/pub/gnome/sources/gtk-engines
2016-07-12 08:43:48 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# 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
}