summaryrefslogtreecommitdiffstats
path: root/base/libggz/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:31:04 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:31:04 +0200
commite804913052289e94a882e3771fc1a8f7bacd8494 (patch)
tree2a5143ef9a0704e836113a452305f22ecc9e61a6 /base/libggz/Pkgfile
parent04f485afabd3406d0de667ba0a11c2a4ba4bb377 (diff)
downloadnutyx-extra-e804913052289e94a882e3771fc1a8f7bacd8494.tar.gz
nutyx-extra-e804913052289e94a882e3771fc1a8f7bacd8494.tar.bz2
nutyx-extra-e804913052289e94a882e3771fc1a8f7bacd8494.tar.xz
nutyx-extra-e804913052289e94a882e3771fc1a8f7bacd8494.zip
libggz dans extra
Diffstat (limited to 'base/libggz/Pkgfile')
-rwxr-xr-xbase/libggz/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/base/libggz/Pkgfile b/base/libggz/Pkgfile
deleted file mode 100755
index e2d248b12..000000000
--- a/base/libggz/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: Librairie pour GameZone
-# URL: http://www.ggzgamingzone.org/clients/kde/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on:
-name=libggz
-version=0.0.14.1
-release=2
-source=(ftp://ftp.ggzgamingzone.org/pub/ggz/$version/$name-$version.tar.gz)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr \
- --mandir=/usr/share/man
- make
- make DESTDIR=$PKG install
-}
-