xxd: removed orphaned port

This commit is contained in:
Fredrik Rinnestam 2013-05-06 21:05:37 +02:00
parent 88b9158c09
commit 20741eb11c
3 changed files with 0 additions and 25 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/xxd
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/xxd.1.gz

View File

@ -1 +0,0 @@
301348021abf8f14e863782fe86621ba xxd-1.10.tar.gz

View File

@ -1,18 +0,0 @@
# Description: xxd creates a hex dump of a given file or standard input.
# URL: N/A
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=xxd
version=1.10
release=1
source=(http://grail.cba.csuohio.edu/~somos/$name-$version.tar.gz)
build() {
cd $name-$version
make
install -d $PKG/usr/{bin,man/man1}
install -m 755 xxd $PKG/usr/bin
install -m 644 xxd.1 $PKG/usr/man/man1
}