wok annotate vcdimager-dev/receipt @ rev 22501

updated aspell-pl (6.0_20061121-0 -> 6.0_20191230-0)
author Hans-G?nter Theisgen
date Wed Jan 01 09:49:31 2020 +0100 (2020-01-01)
parents 3af9c976b7d4
children
rev   line source
jozee@2732 1 # SliTaz package receipt.
jozee@2732 2
jozee@2732 3 PACKAGE="vcdimager-dev"
pascal@21159 4 VERSION="2.0.1"
jozee@2732 5 CATEGORY="development"
jozee@2732 6 SHORT_DESC="vcdimager devel files"
jozee@2732 7 MAINTAINER="jozee@slitaz.org"
pascal@15363 8 LICENSE="GPL2"
jozee@2732 9 WANTED="vcdimager"
jozee@2732 10 WEB_SITE="http://www.vcdimager.org/"
jozee@2732 11
pascal@21159 12 DEPENDS="pkg-config vcdimager"
jozee@2732 13
jozee@2732 14 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2732 15 genpkg_rules()
jozee@2732 16 {
jozee@2732 17 mkdir -p $fs/usr/lib
pascal@15363 18 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@15363 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@15363 20 cp -a $install/usr/include $fs/usr
jozee@2732 21 }