wok-stable diff yaws/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 ae8b3644d73d
children 6544a3b30593
line diff
     1.1 --- a/yaws/receipt	Fri Aug 07 17:00:32 2009 +0000
     1.2 +++ b/yaws/receipt	Thu Oct 21 23:49:16 2010 +0000
     1.3 @@ -10,6 +10,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://yaws.hyber.org"
     1.6  WGET_URL="$WEB_SITE/download/$TARBALL"
     1.7 +TAGS="webserver"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()