diff options
author | bg <bg@nutyx.(none)> | 2009-11-11 17:24:38 +0100 |
---|---|---|
committer | bg <bg@nutyx.(none)> | 2009-11-11 17:24:38 +0100 |
commit | 43be65e0a9fd27c4d6fe0fef519124c1c353bb07 (patch) | |
tree | 6a05af42088aca2673116f917bfaaba4279211dc /extra | |
parent | 86e051e29dcd66df53c1f28173e42a9286ced550 (diff) | |
download | nutyx-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')
-rw-r--r-- | extra/rezlooks/.footprint | 7 | ||||
-rw-r--r-- | extra/rezlooks/.md5sum | 1 | ||||
-rw-r--r-- | extra/rezlooks/Pkgfile | 20 |
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 + +} |