wok-next view yaml-dev/receipt @ rev 15362
Add some licenses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 02 13:07:29 2013 +0000 (2013-10-02) |
parents | ffcbe34d8380 |
children | 3af9c976b7d4 |
line source
1 # SliTaz package receipt.
3 PACKAGE="yaml-dev"
4 VERSION="0.1.4"
5 CATEGORY="development"
6 SHORT_DESC="yaml dev files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="CC-BY"
9 WEB_SITE="http://pyyaml.org/wiki/LibYAML"
10 WANTED="yaml"
12 DEPENDS="yaml"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
23 }