wok view yaml-dev/receipt @ rev 12082

Up: midori (0.4.4) - More search engines, use DDG by default with slitaz string and desktop file with fr
author Christophe Lincoln <pankso@slitaz.org>
date Fri Mar 09 14:58:49 2012 +0100 (2012-03-09)
parents
children 617dbdeb6f7e
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 WEB_SITE="http://pyyaml.org/wiki/LibYAML"
9 WANTED="yaml"
11 DEPENDS="yaml"
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
22 }