wok view vcdimager-dev/receipt @ rev 15390

Up slitaz-boot-scripts (5.3.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 30 18:29:11 2013 +0100 (2013-10-30)
parents ba3a9fbcb149
children 3af9c976b7d4
line source
1 # SliTaz package receipt.
3 PACKAGE="vcdimager-dev"
4 VERSION="0.7.23"
5 CATEGORY="development"
6 SHORT_DESC="vcdimager devel files"
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="vcdimager"
10 WEB_SITE="http://www.vcdimager.org/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/lib/*.*a $fs/usr/lib
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 }