wok-next view yaml/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="yaml"
4 VERSION="0.2.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="YAML 1.1 parser and emitter written in C"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="CC-BY"
9 WEB_SITE="https://pyyaml.org/wiki/LibYAML"
10 REPOLOGY="libyaml"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://pyyaml.org/download/libyaml/$TARBALL"
14 TARBALL_SHA1="125a3113681f06320dcdfde48bab47cba9031263"
16 SPLIT="$PACKAGE-dev"
18 compile_rules() {
19 ./configure \
20 --disable-static \
21 $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make install
25 }