wok annotate libmng-dev/receipt @ rev 10874

slitaz-tools-boxes: This can't be a wanted package. Compile_rules are made for non-wanted packages. Also tazwok doesn't execute compile_rules if its a wanted package.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Jun 19 12:25:19 2011 +0000 (2011-06-19)
parents bf0136c9f7ac
children b56c732e1197
rev   line source
allan316@4548 1 # SliTaz package receipt.
allan316@4548 2
allan316@4548 3 PACKAGE="libmng-dev"
erjo@5929 4 VERSION="1.0.10"
allan316@4548 5 CATEGORY="development"
allan316@4548 6 SHORT_DESC="dev file for libmng"
allan316@4548 7 MAINTAINER="allan316@gmail.com"
slaxemulator@6966 8 DEPENDS="libmng"
allan316@4548 9 WEB_SITE="http://libmng.sourceforge.net"
allan316@4548 10 WANTED="libmng"
allan316@4548 11
allan316@4548 12 # Rules to gen a SliTaz package suitable for Tazpkg.
allan316@4548 13 genpkg_rules()
allan316@4548 14 {
allan316@4548 15 mkdir -p $fs/usr/lib
allan316@4548 16 cp -a $_pkg/usr/include $fs/usr
allan316@4548 17 cp -a $_pkg/usr/lib/*.a $fs/usr/lib
allan316@4548 18 cp -a $_pkg/usr/lib/*.la $fs/usr/lib
allan316@4548 19 }
allan316@4548 20