wok-6.x diff libfox/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 | 8752c40cc534 |
children |
line diff
1.1 --- a/libfox/receipt Sun Feb 28 16:17:14 2010 +0100 1.2 +++ b/libfox/receipt Thu Oct 21 23:49:16 2010 +0000 1.3 @@ -53,7 +53,7 @@ 1.4 --with-opengl=no --with-xshm=no --with-xim=no --with-profiling=no \ 1.5 --enable-release --disable-static \ 1.6 $CONFIGURE_ARGS && 1.7 - make && 1.8 + make -j 4 && 1.9 make DESTDIR=$PWD/_pkg install 1.10 } 1.11