opt/xxd/Pkgfile
2006-02-23 15:26:10 +00:00

20 lines
381 B
Plaintext

# Description: xxd creates a hex dump of a given file or standard input.
# URL:
# Maintainer: Tilman Sauerbeck tilman at code-monkey dot de
name=xxd
version=1.10
release=1
source=(http://grail.cba.csuohio.edu/~somos/$name-$version.tar.gz)
build () {
cd $name-$version
make
mkdir -p $PKG/usr/bin
mkdir -p $PKG/usr/man/man1
cp xxd $PKG/usr/bin
cp xxd.1 $PKG/usr/man/man1
}