wok diff libboost-iostreams/receipt @ rev 1225

Add squirrelmail-html
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 10 09:59:54 2008 +0000 (2008-08-10)
parents
children 3aa239f1d0ac
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libboost-iostreams/receipt	Sun Aug 10 09:59:54 2008 +0000
     1.3 @@ -0,0 +1,23 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libboost-iostreams"
     1.7 +LIB_NAME="iostreams"
     1.8 +VERSION="1.35.0"
     1.9 +
    1.10 +CATEGORY="development"
    1.11 +SHORT_DESC="Part of the Boost C++ Libraries collection."
    1.12 +MAINTAINER="chadi.elahmad@gmail.com"
    1.13 +WEB_SITE="http://www.boost.org/"
    1.14 +
    1.15 +DEPENDS="zlib libbz2 "
    1.16 +WANTED="libboost-dev"
    1.17 +SOURCE="boost"
    1.18 +
    1.19 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.20 +genpkg_rules()
    1.21 +{
    1.22 +	mkdir -p $fs/usr/lib
    1.23 +
    1.24 +	_pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
    1.25 +	cp -a $_pkg/usr/lib/*$LIB_NAME*.so* $fs/usr/lib
    1.26 +}