wok annotate libwapcaplet-dev/receipt @ rev 7239

Fixed wanted linux receipts to remove modules that are in modules-VERSION.list if they exist in other packages.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Nov 13 03:27:43 2010 +0000 (2010-11-13)
parents f5289b9f8c11
children 129bb5b11a7e
rev   line source
erjo@5931 1 # SliTaz package receipt.
erjo@5931 2
erjo@5931 3 PACKAGE="libwapcaplet-dev"
erjo@5931 4 VERSION="0.0.2"
pascal@6138 5 CATEGORY="development"
erjo@5931 6 SHORT_DESC="String internment library dev files"
erjo@5931 7 MAINTAINER="erjo@slitaz.org"
erjo@5931 8 DEPENDS=""
erjo@5931 9 WANTED="libwapcaplet"
erjo@5931 10 TARBALL="$PACKAGE-$VERSION-src.tar.gz"
erjo@5931 11 WEB_SITE="http://www.netsurf-browser.org/projects/libcss/"
erjo@5931 12
erjo@5931 13 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@5931 14 genpkg_rules()
erjo@5931 15 {
erjo@5931 16 mkdir -p $fs/usr/lib
erjo@5931 17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
erjo@5931 18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
erjo@5931 19 cp -a $_pkg/usr/include $fs/usr
erjo@5931 20 }
erjo@5931 21
erjo@5931 22