summaryrefslogtreecommitdiffstats
path: root/extra/rezlooks/Pkgfile
diff options
context:
space:
mode:
authorbg <bg@nutyx.(none)>2009-11-11 17:24:38 +0100
committerbg <bg@nutyx.(none)>2009-11-11 17:24:38 +0100
commit43be65e0a9fd27c4d6fe0fef519124c1c353bb07 (patch)
tree6a05af42088aca2673116f917bfaaba4279211dc /extra/rezlooks/Pkgfile
parent86e051e29dcd66df53c1f28173e42a9286ced550 (diff)
downloadnutyx-pakxe-43be65e0a9fd27c4d6fe0fef519124c1c353bb07.tar.gz
nutyx-pakxe-43be65e0a9fd27c4d6fe0fef519124c1c353bb07.tar.bz2
nutyx-pakxe-43be65e0a9fd27c4d6fe0fef519124c1c353bb07.tar.xz
nutyx-pakxe-43be65e0a9fd27c4d6fe0fef519124c1c353bb07.zip
Ajout de rezlooks
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
+
+}