diffstat: removed orphaned port

This commit is contained in:
Fredrik Rinnestam 2013-05-06 21:04:06 +02:00
parent 0b378e7b5e
commit e9c5a8bc2c
3 changed files with 0 additions and 24 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/diffstat
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/diffstat.1.gz

View File

@ -1 +0,0 @@
af08bef2eb37050ceb0c4fddedb2ee36 diffstat-1.54.tgz

View File

@ -1,17 +0,0 @@
# Description: Generates statistics for diffs
# URL: http://invisible-island.net/diffstat/
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=diffstat
version=1.54
release=1
source=(ftp://invisible-island.net/$name/$name-$version.tgz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}