wok-next view yaml/receipt @ rev 20357

id3lib: v2 & patch; libtool: empty $DEPENDS don't work for the moment; lxqt-panel: add pulseaudio support, separate lxqt-panel-sensors (it needs lm-sensors, bash and many more); add serf for recognizing http protocol in SVN; subversion: up with serf; slim: remake using sets.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 21 12:56:18 2017 +0200 (2017-11-21)
parents 617dbdeb6f7e
children 10df65db91ad
line source
1 # SliTaz package receipt v2.
3 PACKAGE="yaml"
4 VERSION="0.1.7"
5 CATEGORY="system-tools"
6 SHORT_DESC="YAML 1.1 parser and emitter written in C"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="CC-BY"
9 WEB_SITE="http://pyyaml.org/wiki/LibYAML"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://pyyaml.org/download/libyaml/$TARBALL"
14 SPLIT="yaml-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS && make && make install
18 }
20 genpkg_rules() {
21 case $PACKAGE in
22 yaml) copy @std;;
23 *-dev) copy @dev;;
24 esac
25 }