diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
commit | bdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch) | |
tree | 1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /xxd/Pkgfile | |
download | opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz |
create branch for 2.2
Diffstat (limited to 'xxd/Pkgfile')
-rw-r--r-- | xxd/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/xxd/Pkgfile b/xxd/Pkgfile new file mode 100644 index 000000000..97955639b --- /dev/null +++ b/xxd/Pkgfile @@ -0,0 +1,19 @@ +# 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 +} |