From 5353a6d7172bde2c958ca4e3233ae3818e957430 Mon Sep 17 00:00:00 2001 From: Fredrik Rinnestam Date: Wed, 1 Apr 2015 19:47:43 +0200 Subject: [PATCH] ncdu: moved from contrib --- ncdu/.footprint | 6 ++++++ ncdu/.md5sum | 1 + ncdu/Pkgfile | 15 +++++++++++++++ 3 files changed, 22 insertions(+) create mode 100644 ncdu/.footprint create mode 100644 ncdu/.md5sum create mode 100644 ncdu/Pkgfile diff --git a/ncdu/.footprint b/ncdu/.footprint new file mode 100644 index 000000000..9f4d51dff --- /dev/null +++ b/ncdu/.footprint @@ -0,0 +1,6 @@ +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 diff --git a/ncdu/.md5sum b/ncdu/.md5sum new file mode 100644 index 000000000..0a4bcba04 --- /dev/null +++ b/ncdu/.md5sum @@ -0,0 +1 @@ +7535decc8d54eca811493e82d4bfab2d ncdu-1.10.tar.gz diff --git a/ncdu/Pkgfile b/ncdu/Pkgfile new file mode 100644 index 000000000..36d1ad3fc --- /dev/null +++ b/ncdu/Pkgfile @@ -0,0 +1,15 @@ +# 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 +}