summaryrefslogtreecommitdiffstats
path: root/extra/rezlooks
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
parent86e051e29dcd66df53c1f28173e42a9286ced550 (diff)
downloadnutyx-extra-43be65e0a9fd27c4d6fe0fef519124c1c353bb07.tar.gz
nutyx-extra-43be65e0a9fd27c4d6fe0fef519124c1c353bb07.tar.bz2
nutyx-extra-43be65e0a9fd27c4d6fe0fef519124c1c353bb07.tar.xz
nutyx-extra-43be65e0a9fd27c4d6fe0fef519124c1c353bb07.zip
Ajout de rezlooks
Diffstat (limited to 'extra/rezlooks')
-rw-r--r--extra/rezlooks/.footprint7
-rw-r--r--extra/rezlooks/.md5sum1
-rw-r--r--extra/rezlooks/Pkgfile20
3 files changed, 28 insertions, 0 deletions
diff --git a/extra/rezlooks/.footprint b/extra/rezlooks/.footprint
new file mode 100644
index 000000000..8dae32273
--- /dev/null
+++ b/extra/rezlooks/.footprint
@@ -0,0 +1,7 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/gtk-2.0/
+drwxr-xr-x root/root usr/lib/gtk-2.0/2.10.0/
+drwxr-xr-x root/root usr/lib/gtk-2.0/2.10.0/engines/
+-rwxr-xr-x root/root usr/lib/gtk-2.0/2.10.0/engines/librezlooks.la
+-rwxr-xr-x root/root usr/lib/gtk-2.0/2.10.0/engines/librezlooks.so
diff --git a/extra/rezlooks/.md5sum b/extra/rezlooks/.md5sum
new file mode 100644
index 000000000..0eb43bcbd
--- /dev/null
+++ b/extra/rezlooks/.md5sum
@@ -0,0 +1 @@
+87b768eb372dd5065f9e36bf10245ac7 39179-rezlooks-0.6.tar.gz
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
+
+}