summaryrefslogtreecommitdiffstats
path: root/aurora/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'aurora/Pkgfile')
-rw-r--r--aurora/Pkgfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/aurora/Pkgfile b/aurora/Pkgfile
new file mode 100644
index 000000000..c4ef4f490
--- /dev/null
+++ b/aurora/Pkgfile
@@ -0,0 +1,24 @@
+# Description: gtk engines
+# URL: http://www.xfce-look.org/content/show.php/Aurora+Gtk+Engine?content=56438
+# Maintainer: tyrry33 at gmail dot com
+# Packager: tyrry33 at gmail dot com
+# Depends on: gtk
+
+name=aurora
+version=1.5.1
+release=1
+source=(http://gnome-look.org/CONTENT/content-files/56438-aurora-$version.tar.bz2 \
+ http://www.gnome-look.org/CONTENT/content-files/80431-aurorasmooth.tar.bz2)
+
+build() {
+ tar zxf aurora-gtk-engine-1.5.tar.gz
+ cd aurora-1.5
+ ./configure --prefix=/usr --enable-animation
+ make
+ make DESTDIR=$PKG install
+ install -d $PKG/usr/share/themes
+ cd $PKG/usr/share/themes
+ tar jxf $SRC/Aurora.tar.bz2
+ cp -r $SRC/AuroraSmooth ./
+ chmod 644 Aurora*/*/gtkrc
+}