wok-4.x diff libparserutils/receipt @ rev 6914
Added xz to busybox. Doesn't change size of busybox. This is show we can use tar.xz compress for tazpkg files if we want to. Added pre_install and post_remove functions to xz receipt.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Oct 21 23:49:16 2010 +0000 (2010-10-21) |
parents | b537813316cf |
children | 96db5f7822ae |
line diff
1.1 --- a/libparserutils/receipt Fri May 14 10:47:49 2010 +0200 1.2 +++ b/libparserutils/receipt Thu Oct 21 23:49:16 2010 +0000 1.3 @@ -17,7 +17,7 @@ 1.4 tar xzf $TARBALL 1.5 else 1.6 svn co svn://svn.netsurf-browser.org/trunk/libparserutils \ 1.7 - -r $VERSION $PACKAGE-$VERSION 1.8 + -r $VERSION $PACKAGE-$VERSION && 1.9 tar czf $TARBALL $PACKAGE-$VERSION 1.10 fi 1.11 cd $src