ncdu: moved to opt

This commit is contained in:
Fredrik Rinnestam 2015-04-01 19:47:59 +02:00
parent 6ddc957283
commit c9e0fb29ca
3 changed files with 0 additions and 22 deletions

View File

@ -1,6 +0,0 @@
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

View File

@ -1 +0,0 @@
7535decc8d54eca811493e82d4bfab2d ncdu-1.10.tar.gz

View File

@ -1,15 +0,0 @@
# Description: NCurses Disk Usage
# URL: http://dev.yorhel.nl/ncdu/
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
name=ncdu
version=1.10
release=1
source=(http://dev.yorhel.nl/download/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}