diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-06 23:14:20 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-06 23:14:20 +0100 |
commit | 2ae465aec135bcc0bfd12c127648ca0555d52d73 (patch) | |
tree | a7f4f4b4a9d27a821a54e8af35b53343698e718b /base | |
parent | 9398a8b21761fdc07dc7a76e1a82eac5fd8a57ec (diff) | |
download | nutyx-extra-2ae465aec135bcc0bfd12c127648ca0555d52d73.tar.gz nutyx-extra-2ae465aec135bcc0bfd12c127648ca0555d52d73.tar.bz2 nutyx-extra-2ae465aec135bcc0bfd12c127648ca0555d52d73.tar.xz nutyx-extra-2ae465aec135bcc0bfd12c127648ca0555d52d73.zip |
libf, déplacé dans base
Diffstat (limited to 'base')
-rw-r--r-- | base/libggz/.footprint | 15 | ||||
-rw-r--r-- | base/libggz/.md5sum | 1 | ||||
-rwxr-xr-x | base/libggz/Pkgfile | 18 |
3 files changed, 34 insertions, 0 deletions
diff --git a/base/libggz/.footprint b/base/libggz/.footprint new file mode 100644 index 000000000..d9109f2f5 --- /dev/null +++ b/base/libggz/.footprint @@ -0,0 +1,15 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/ggz.h +-rw-r--r-- root/root usr/include/ggz_common.h +-rw-r--r-- root/root usr/include/ggz_dio.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libggz.a +-rwxr-xr-x root/root usr/lib/libggz.la +lrwxrwxrwx root/root usr/lib/libggz.so -> libggz.so.2.3.0 +lrwxrwxrwx root/root usr/lib/libggz.so.2 -> libggz.so.2.3.0 +-rwxr-xr-x root/root usr/lib/libggz.so.2.3.0 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/ggz.h.3.gz diff --git a/base/libggz/.md5sum b/base/libggz/.md5sum new file mode 100644 index 000000000..e06a6b488 --- /dev/null +++ b/base/libggz/.md5sum @@ -0,0 +1 @@ +603739504648833779aa13b0327a1c3d libggz-0.0.14.1.tar.gz diff --git a/base/libggz/Pkgfile b/base/libggz/Pkgfile new file mode 100755 index 000000000..0b3ebf29e --- /dev/null +++ b/base/libggz/Pkgfile @@ -0,0 +1,18 @@ +# 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.ibiblio.org/pub/mirrors/ggzgamingzone/ggz/$version/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --mandir=/usr/share/man + make + make DESTDIR=$PKG install +} + |