summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-14 11:24:11 +0100
committersibel <lesibel@free.fr>2011-03-14 11:24:11 +0100
commit55d52c27841bded4ac54da6910d0cd89a7561a9b (patch)
treeb7feb2aa6383121e7f73ab73d60aeb234773f058 /extra
parentbc8a81297f77a94e7efd2571eaf439be8046cc92 (diff)
downloadnutyx-extra-55d52c27841bded4ac54da6910d0cd89a7561a9b.tar.gz
nutyx-extra-55d52c27841bded4ac54da6910d0cd89a7561a9b.tar.bz2
nutyx-extra-55d52c27841bded4ac54da6910d0cd89a7561a9b.tar.xz
nutyx-extra-55d52c27841bded4ac54da6910d0cd89a7561a9b.zip
rezlooks, deplace dans ouvert
Diffstat (limited to 'extra')
-rw-r--r--extra/rezlooks/.footprint.i6867
-rw-r--r--extra/rezlooks/.footprint.x86_647
-rw-r--r--extra/rezlooks/.md5sum.i6861
-rw-r--r--extra/rezlooks/.md5sum.x86_641
-rw-r--r--extra/rezlooks/Pkgfile22
5 files changed, 0 insertions, 38 deletions
diff --git a/extra/rezlooks/.footprint.i686 b/extra/rezlooks/.footprint.i686
deleted file mode 100644
index 8dae32273..000000000
--- a/extra/rezlooks/.footprint.i686
+++ /dev/null
@@ -1,7 +0,0 @@
-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/.footprint.x86_64 b/extra/rezlooks/.footprint.x86_64
deleted file mode 100644
index 8dae32273..000000000
--- a/extra/rezlooks/.footprint.x86_64
+++ /dev/null
@@ -1,7 +0,0 @@
-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.i686 b/extra/rezlooks/.md5sum.i686
deleted file mode 100644
index 0eb43bcbd..000000000
--- a/extra/rezlooks/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-87b768eb372dd5065f9e36bf10245ac7 39179-rezlooks-0.6.tar.gz
diff --git a/extra/rezlooks/.md5sum.x86_64 b/extra/rezlooks/.md5sum.x86_64
deleted file mode 100644
index 0eb43bcbd..000000000
--- a/extra/rezlooks/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-87b768eb372dd5065f9e36bf10245ac7 39179-rezlooks-0.6.tar.gz
diff --git a/extra/rezlooks/Pkgfile b/extra/rezlooks/Pkgfile
deleted file mode 100644
index 2ee0ce772..000000000
--- a/extra/rezlooks/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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
-# Run 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
-
-}
-