summaryrefslogtreecommitdiffstats
path: root/extra/rezlooks/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/rezlooks/Pkgfile')
-rw-r--r--extra/rezlooks/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/rezlooks/Pkgfile b/extra/rezlooks/Pkgfile
new file mode 100644
index 000000000..e6a53d7c0
--- /dev/null
+++ b/extra/rezlooks/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Moteur gtk
+# URL: http://www.gnome-look.org/content/show.php?content=39179
+# Maintainer: NuTyX core team
+# Packager: geantbrun at gmail dot com
+# Depends on: gtk
+
+name=rezlooks
+version=0.6
+release=1
+source=(http://www.gnome-look.org/CONTENT/content-files/39179-rezlooks-0.6.tar.gz
+ )
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --enable-animation
+ make
+ make DESTDIR=$PKG install
+
+}