r1188 - crux-2.2/ports/opt/xxd
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
Author: tilman Date: 2006-04-08 17:07:48 +0200 (Sat, 08 Apr 2006) New Revision: 1188 Modified: crux-2.2/ports/opt/xxd/.footprint crux-2.2/ports/opt/xxd/Pkgfile Log: xxd: cleanup Modified: crux-2.2/ports/opt/xxd/.footprint =================================================================== --- crux-2.2/ports/opt/xxd/.footprint 2006-04-08 15:04:39 UTC (rev 1187) +++ crux-2.2/ports/opt/xxd/.footprint 2006-04-08 15:07:48 UTC (rev 1188) @@ -3,4 +3,4 @@ -rwxr-xr-x root/root usr/bin/xxd drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ --r--r--r-- root/root usr/man/man1/xxd.1.gz +-rw-r--r-- root/root usr/man/man1/xxd.1.gz Modified: crux-2.2/ports/opt/xxd/Pkgfile =================================================================== --- crux-2.2/ports/opt/xxd/Pkgfile 2006-04-08 15:04:39 UTC (rev 1187) +++ crux-2.2/ports/opt/xxd/Pkgfile 2006-04-08 15:07:48 UTC (rev 1188) @@ -1,5 +1,5 @@ # Description: xxd creates a hex dump of a given file or standard input. -# URL: +# URL: N/A # Maintainer: Tilman Sauerbeck tilman at code-monkey dot de name=xxd @@ -7,13 +7,12 @@ release=1 source=(http://grail.cba.csuohio.edu/~somos/$name-$version.tar.gz) -build () { +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 + install -d $PKG/usr/{bin,man/man1} + install -m 755 xxd $PKG/usr/bin + install -m 644 xxd.1 $PKG/usr/man/man1 }
participants (1)
-
crux@crux.nu