diff options
author | sibel <lesibel@free.fr> | 2011-03-14 11:24:11 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-14 11:24:11 +0100 |
commit | 55d52c27841bded4ac54da6910d0cd89a7561a9b (patch) | |
tree | b7feb2aa6383121e7f73ab73d60aeb234773f058 /extra/rezlooks/Pkgfile | |
parent | bc8a81297f77a94e7efd2571eaf439be8046cc92 (diff) | |
download | nutyx-pakxe-55d52c27841bded4ac54da6910d0cd89a7561a9b.tar.gz nutyx-pakxe-55d52c27841bded4ac54da6910d0cd89a7561a9b.tar.bz2 nutyx-pakxe-55d52c27841bded4ac54da6910d0cd89a7561a9b.tar.xz nutyx-pakxe-55d52c27841bded4ac54da6910d0cd89a7561a9b.zip |
rezlooks, deplace dans ouvert
Diffstat (limited to 'extra/rezlooks/Pkgfile')
-rw-r--r-- | extra/rezlooks/Pkgfile | 22 |
1 files changed, 0 insertions, 22 deletions
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 - -} - |