wok annotate yasm-dev/receipt @ rev 8317

Meta package ndiswrapper doesn't needed to download ndiswrapper since its not compiled here. Its download in ndiswrapper-driver receipt and also compiled there.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 01 03:25:21 2011 +0000 (2011-02-01)
parents b442795bbc26
children cb660f628a78
rev   line source
jozee@4536 1 # SliTaz package receipt.
jozee@4536 2
jozee@4536 3 PACKAGE="yasm-dev"
slaxemulator@7205 4 VERSION="1.1.0"
jozee@4536 5 CATEGORY="development"
jozee@4536 6 SHORT_DESC="yasm devel library."
jozee@4536 7 MAINTAINER="jozee@slitaz.org"
slaxemulator@7205 8 DEPENDS="yasm"
jozee@4536 9 WANTED="yasm"
jozee@4536 10 WEB_SITE="http://www.tortall.net/projects/yasm/"
jozee@4536 11
jozee@4536 12 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@4536 13 genpkg_rules()
jozee@4536 14 {
jozee@4536 15 mkdir -p $fs/usr
jozee@4536 16 cp -a $_pkg/usr/include $fs/usr
jozee@4536 17 cp -a $_pkg/usr/lib $fs/usr
jozee@4536 18 }