wok view vcdimager-dev/receipt @ rev 25791
Up dropbear (2024.86), libssh2 (1.11.1), xz (5.6.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 23 13:27:53 2024 +0000 (2 months ago) |
parents | 3af9c976b7d4 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="vcdimager-dev"
4 VERSION="2.0.1"
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/"
12 DEPENDS="pkg-config vcdimager"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 }