wok-4.x diff libboost-regex/receipt @ rev 1178
Add spandsp
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 02 21:37:45 2008 +0000 (2008-08-02) |
parents | |
children | 3aa239f1d0ac |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libboost-regex/receipt Sat Aug 02 21:37:45 2008 +0000 1.3 @@ -0,0 +1,23 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libboost-regex" 1.7 +LIB_NAME="regex" 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="libicu " 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 +}