diff options
Diffstat (limited to 'extra/gperf')
-rw-r--r-- | extra/gperf/.footprint.i686 | 11 | ||||
-rw-r--r-- | extra/gperf/.footprint.x86_64 | 11 | ||||
-rw-r--r-- | extra/gperf/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/gperf/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/gperf/Pkgfile | 19 |
5 files changed, 0 insertions, 43 deletions
diff --git a/extra/gperf/.footprint.i686 b/extra/gperf/.footprint.i686 deleted file mode 100644 index 1168a60d0..000000000 --- a/extra/gperf/.footprint.i686 +++ /dev/null @@ -1,11 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/gperf -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/doc/ --rw-r--r-- root/root usr/share/doc/gperf.html -drwxr-xr-x root/root usr/share/info/ --rw-r--r-- root/root usr/share/info/gperf.info.gz -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/gperf.1.gz diff --git a/extra/gperf/.footprint.x86_64 b/extra/gperf/.footprint.x86_64 deleted file mode 100644 index 1168a60d0..000000000 --- a/extra/gperf/.footprint.x86_64 +++ /dev/null @@ -1,11 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/gperf -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/doc/ --rw-r--r-- root/root usr/share/doc/gperf.html -drwxr-xr-x root/root usr/share/info/ --rw-r--r-- root/root usr/share/info/gperf.info.gz -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/gperf.1.gz diff --git a/extra/gperf/.md5sum.i686 b/extra/gperf/.md5sum.i686 deleted file mode 100644 index 74e0ec94e..000000000 --- a/extra/gperf/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -c1f1db32fb6598d6a93e6e88796a8632 gperf-3.0.4.tar.gz diff --git a/extra/gperf/.md5sum.x86_64 b/extra/gperf/.md5sum.x86_64 deleted file mode 100644 index 74e0ec94e..000000000 --- a/extra/gperf/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -c1f1db32fb6598d6a93e6e88796a8632 gperf-3.0.4.tar.gz diff --git a/extra/gperf/Pkgfile b/extra/gperf/Pkgfile deleted file mode 100644 index f4cb376d1..000000000 --- a/extra/gperf/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: Programme qui génère des fonctions de hachage -# URL: http://www.gnu.org/software/gperf/gperf.html -# Maintainer: NuTyX core team -# Packager: geantbrun at gmail dot com -# Depends on: -# Run on: - -name=gperf -version=3.0.4 -release=1 -source=(ftp://ftp.sunet.se/pub/gnu/$name/$name-$version.tar.gz) - -build() { - cd $name-$version - ./configure --prefix=/usr - make - make DESTDIR=$PKG install -} - |