wok-current annotate yaml/receipt @ rev 12417
Some fix to xorg meta packages and compiz-libcompizconfig
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Apr 20 18:38:50 2012 +0200 (2012-04-20) |
parents | |
children | 617dbdeb6f7e |
rev | line source |
---|---|
erjo@11448 | 1 # SliTaz package receipt. |
erjo@11448 | 2 |
erjo@11448 | 3 PACKAGE="yaml" |
erjo@11448 | 4 VERSION="0.1.4" |
erjo@11448 | 5 CATEGORY="system-tools" |
erjo@11448 | 6 SHORT_DESC="YAML 1.1 parser and emitter written in C." |
erjo@11448 | 7 MAINTAINER="erjo@slitaz.org" |
erjo@11448 | 8 WEB_SITE="http://pyyaml.org/wiki/LibYAML" |
erjo@11448 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
erjo@11448 | 10 WGET_URL="http://pyyaml.org/download/libyaml/$TARBALL" |
erjo@11448 | 11 |
erjo@11448 | 12 DEPENDS="" |
erjo@11448 | 13 BUILD_DEPENDS="" |
erjo@11448 | 14 |
erjo@11448 | 15 # Rules to configure and make the package. |
erjo@11448 | 16 compile_rules() |
erjo@11448 | 17 { |
erjo@11448 | 18 cd $src |
erjo@11448 | 19 ./configure $CONFIGURE_ARGS && make && make install |
erjo@11448 | 20 } |
erjo@11448 | 21 |
erjo@11448 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@11448 | 23 genpkg_rules() |
erjo@11448 | 24 { |
erjo@11448 | 25 mkdir -p $fs/usr/lib |
erjo@11448 | 26 cp -a $install/usr/lib/*.so* $fs/usr/lib |
erjo@11448 | 27 } |