summaryrefslogtreecommitdiffstats
path: root/extra/aurora/Pkgfile
blob: 26d0204ca894374b1796f716178005139e341dbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Description: Moteur gtk
# URL: http://gnome-look.org/content/show.php/Aurora+Gtk+Engine?content=56438
# Maintainer: NuTyX core team
# Packager: geantbrun at gmail dot com
# Depends on: gtk
# Run on: gtk

name=aurora
version=1.5.1
release=1
source=(http://gnome-look.org/CONTENT/content-files/56438-aurora-1.5.1.tar.bz2)

build() {
        tar xzf aurora-gtk-engine-1.5.tar.gz
	cd aurora-1.5
	./configure --prefix=/usr \
		--enable-animation 
	make
	make DESTDIR=$PKG install
       tar xjf ../Aurora.tar.bz2 -C $startdir/usr/share/themes
       chown -R root:root $startdir/usr/share/themes
}