wok-next annotate yaml/receipt @ rev 21267

updated freeradius (2.1.12 -> 3.0.20)
author Hans-G?nter Theisgen
date Fri Dec 06 17:16:20 2019 +0100 (2019-12-06)
parents d5aab818505e
children
rev   line source
al@19978 1 # SliTaz package receipt v2.
erjo@11448 2
erjo@11448 3 PACKAGE="yaml"
al@21072 4 VERSION="0.2.1"
erjo@11448 5 CATEGORY="system-tools"
al@19978 6 SHORT_DESC="YAML 1.1 parser and emitter written in C"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15362 8 LICENSE="CC-BY"
al@20906 9 WEB_SITE="https://pyyaml.org/wiki/LibYAML"
al@20885 10 REPOLOGY="libyaml"
al@19978 11
erjo@11448 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@11448 13 WGET_URL="http://pyyaml.org/download/libyaml/$TARBALL"
al@21072 14 TARBALL_SHA1="125a3113681f06320dcdfde48bab47cba9031263"
erjo@11448 15
al@21020 16 SPLIT="$PACKAGE-dev"
erjo@11448 17
al@19978 18 compile_rules() {
al@20645 19 ./configure \
al@20645 20 --disable-static \
al@20645 21 $CONFIGURE_ARGS &&
al@20604 22 fix libtool &&
al@20604 23 make &&
al@20604 24 make install
erjo@11448 25 }