milis/talimatname/genel/xfce4-gtk-engine/talimat

21 lines
451 B
Plaintext
Raw Normal View History

2016-03-02 16:12:51 +01:00
# Description: Contains several GTK+ 2 and GTK+ 3 themes and libraries needed to display them.
# URL: http://www.xfce.org
2016-04-03 17:09:19 +02:00
# Packager: milisarge@gmail.com
2016-03-02 16:12:51 +01:00
# Depends on: gtk2 gtk3
_name=gtk-xfce-engine
name=xfce4-gtk-engine
version=3.2.0
2016-04-03 17:09:19 +02:00
release=1
2016-03-02 16:12:51 +01:00
source=(http://archive.xfce.org/src/xfce/${_name}/${version%.*}/${_name}-$version.tar.bz2)
build() {
cd ${_name}-$version
./configure --prefix=/usr \
--enable-gtk3
make
make DESTDIR=$PKG install
}