wok-current annotate yaml/receipt @ rev 16459
ARM: Mplayer need a gmplayer sym link and so we have a gui video player for arm :-)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Apr 20 16:57:15 2014 +0200 (2014-04-20) |
parents | ffcbe34d8380 |
children | 6e8b1bcb30e2 |
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" |
pascal@15362 | 8 LICENSE="CC-BY" |
erjo@11448 | 9 WEB_SITE="http://pyyaml.org/wiki/LibYAML" |
erjo@11448 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
erjo@11448 | 11 WGET_URL="http://pyyaml.org/download/libyaml/$TARBALL" |
erjo@11448 | 12 |
erjo@11448 | 13 DEPENDS="" |
erjo@11448 | 14 BUILD_DEPENDS="" |
erjo@11448 | 15 |
erjo@11448 | 16 # Rules to configure and make the package. |
erjo@11448 | 17 compile_rules() |
erjo@11448 | 18 { |
erjo@11448 | 19 cd $src |
erjo@11448 | 20 ./configure $CONFIGURE_ARGS && make && make install |
erjo@11448 | 21 } |
erjo@11448 | 22 |
erjo@11448 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@11448 | 24 genpkg_rules() |
erjo@11448 | 25 { |
erjo@11448 | 26 mkdir -p $fs/usr/lib |
erjo@11448 | 27 cp -a $install/usr/lib/*.so* $fs/usr/lib |
erjo@11448 | 28 } |