wok-stable annotate libboost-regex/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 d80becd997d7
children
rev   line source
pascal@1136 1 # SliTaz package receipt.
pascal@1136 2
pascal@1136 3 PACKAGE="libboost-regex"
pascal@1136 4 LIB_NAME="regex"
slaxemulator@7471 5 VERSION="1.45.0"
pascal@1136 6
pascal@1136 7 CATEGORY="development"
pascal@1136 8 SHORT_DESC="Part of the Boost C++ Libraries collection."
pascal@1136 9 MAINTAINER="chadi.elahmad@gmail.com"
pascal@1136 10 WEB_SITE="http://www.boost.org/"
pascal@1136 11
pascal@5003 12 DEPENDS="icu gcc-lib-base"
pascal@1136 13 WANTED="libboost-dev"
pascal@1136 14 SOURCE="boost"
pascal@1136 15
pascal@1136 16 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1136 17 genpkg_rules()
pascal@1136 18 {
pascal@1136 19 mkdir -p $fs/usr/lib
pascal@1136 20 cp -a $_pkg/usr/lib/*$LIB_NAME*.so* $fs/usr/lib
pascal@1136 21 }