wok-stable diff libboost-tr1/receipt @ rev 4388
samba: fix BUILD_DEPENDS
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Oct 15 19:44:10 2009 +0000 (2009-10-15) |
parents | |
children | 57b293b6e114 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libboost-tr1/receipt Thu Oct 15 19:44:10 2009 +0000 1.3 @@ -0,0 +1,22 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libboost-tr1" 1.7 +LIB_NAME="tr1" 1.8 +VERSION="1.39.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 +WANTED="libboost-dev" 1.16 +SOURCE="boost" 1.17 + 1.18 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.19 +genpkg_rules() 1.20 +{ 1.21 + mkdir -p $fs/usr/lib 1.22 + 1.23 + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg 1.24 + cp -a $_pkg/usr/lib/*$LIB_NAME*.so* $fs/usr/lib 1.25 +}