ncdu: move man-pages to /usr/share/man

This commit is contained in:
Fredrik Rinnestam 2015-07-26 01:00:13 +02:00
parent ec3ae53a7b
commit c495481ebe
2 changed files with 7 additions and 5 deletions

View File

@ -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

View File

@ -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
}