diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/gperf/.footprint | 11 | ||||
-rw-r--r-- | extra/gperf/Pkgfile | 6 |
2 files changed, 10 insertions, 7 deletions
diff --git a/extra/gperf/.footprint b/extra/gperf/.footprint index 940adf144..1168a60d0 100644 --- a/extra/gperf/.footprint +++ b/extra/gperf/.footprint @@ -1,6 +1,11 @@ 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/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/gperf.1.gz +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/Pkgfile b/extra/gperf/Pkgfile index be9a4cddd..c0a7ff7eb 100644 --- a/extra/gperf/Pkgfile +++ b/extra/gperf/Pkgfile @@ -2,7 +2,7 @@ # URL: http://www.gnu.org/software/gperf/gperf.html # Maintainer: NuTyX core team # Packager: geantbrun at gmail dot com -# Depends on: +# Depends on: name=gperf version=3.0.4 @@ -11,9 +11,7 @@ source=(ftp://ftp.sunet.se/pub/gnu/$name/$name-$version.tar.gz) build() { cd $name-$version - ./configure --prefix=/usr \ - --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install - rm -rf $PKG/usr/share } |