wok annotate vcdimager-dev/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
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 }