diff options
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 - -} - |