wok-next annotate libmowgli/receipt @ rev 20956

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 05 00:08:37 2018 +0300 (2018-09-05)
parents a3c581bf52b8
children d5aab818505e
rev   line source
al@20462 1 # SliTaz package receipt v2.
mimas@2029 2
mimas@2029 3 PACKAGE="libmowgli"
slaxemulator@15856 4 VERSION="2.0.0"
pascal@2054 5 CATEGORY="system-tools"
al@20462 6 SHORT_DESC="High performance and highly flexible algorithms"
mimas@2029 7 MAINTAINER="mimas@slitaz.org"
pascal@15473 8 LICENSE="BSD"
al@20906 9 WEB_SITE="http://atheme.org/projects/libmowgli.html"
al@20462 10
slaxemulator@15856 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
slaxemulator@15856 12 WGET_URL="https://github.com/atheme/libmowgli-2/archive/$TARBALL"
slaxemulator@15856 13
al@20462 14 SPLIT="libmowgli-dev"
mimas@2029 15
al@20462 16 compile_rules() {
slaxemulator@10243 17 sed -i "s/touch -t 0001010000 /touch /g" configure
al@20956 18
al@20956 19 ./configure $CONFIGURE_ARGS &&
al@20956 20 make &&
al@20956 21 make install
mimas@2029 22 }
mimas@2029 23
al@20462 24 genpkg_rules() {
al@20462 25 case $PACKAGE in
al@20956 26 libmowgli) copy @std;;
al@20956 27 *-dev) copy @dev;;
al@20462 28 esac
mimas@2029 29 }