wok diff libcss-dev/receipt @ rev 6807
Added gettext-base to tazpkg depends.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Oct 19 12:18:06 2010 +0000 (2010-10-19) |
parents | |
children | 129bb5b11a7e |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libcss-dev/receipt Tue Oct 19 12:18:06 2010 +0000 1.3 @@ -0,0 +1,21 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libcss-dev" 1.7 +VERSION="0.0.1" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="CSS Parser" 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +DEPENDS="" 1.12 +WANTED="libcss" 1.13 +BUILD_DEPENDS="libwapcaplet-dev" 1.14 +TARBALL="$PACKAGE-$VERSION-src.tar.gz" 1.15 +WEB_SITE="http://www.netsurf-browser.org/projects/libcss/" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + mkdir -p $fs/usr/lib 1.21 + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.22 + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.23 + cp -a $_pkg/usr/include $fs/usr 1.24 +}