wok-stable diff yaws/receipt @ rev 10728

Fixed all sourced slitaz-dev-tools receipts. The way cook works is it keeps the .hg folder when downloading mecurial sources. By downloading the $VERSION.tar.bz2 and renaming it $SOURCE-$VERSION.tar.bz2 we don't keep the .hg folder in source tarball. Repos will be backup on source dvd anyway so this does save a little bit of space.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 28 21:18:14 2011 +0000 (2011-05-28)
parents bec18999886e
children 67f9f7889c21
line diff
     1.1 --- a/yaws/receipt	Wed Feb 24 12:40:28 2010 +0000
     1.2 +++ b/yaws/receipt	Sat May 28 21:18:14 2011 +0000
     1.3 @@ -15,7 +15,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 +	cd $src/yaws
     1.9  	./configure \
    1.10  		--prefix=/usr \
    1.11  		--localstatedir=/var \
    1.12 @@ -23,7 +23,7 @@
    1.13  		--infodir=/usr/share/info \
    1.14  		--mandir=/usr/share/man \
    1.15  		$CONFIGURE_ARGS &&
    1.16 -	make && make DESTDIR=$PWD/_pkg install
    1.17 +	make && make DESTDIR=$PWD/../_pkg install
    1.18  }
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.