diff --git a/ncdu/.footprint b/ncdu/.footprint index 9f4d51dff..113cd6950 100644 --- a/ncdu/.footprint +++ b/ncdu/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/ncdu -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/ncdu.1.gz +drwxr-xr-x root/root usr/share/ +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/ncdu.1.gz diff --git a/ncdu/Pkgfile b/ncdu/Pkgfile index dcca66ee6..81342f4c1 100644 --- a/ncdu/Pkgfile +++ b/ncdu/Pkgfile @@ -1,15 +1,16 @@ # Description: NCurses Disk Usage # URL: http://dev.yorhel.nl/ncdu/ # Maintainer: Fredrik Rinnestam, fredrik at crux dot nu +# Depends on: ncurses name=ncdu version=1.11 -release=1 +release=2 source=(http://dev.yorhel.nl/download/$name-$version.tar.gz) build() { cd $name-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install }