wok annotate libmowgli/receipt @ rev 21784

Update powermanga (thanks Rene Rivero)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 21 10:32:10 2019 +0200 (2019-07-21)
parents 5947772a3cfc
children 5ea0ce1cecc0
rev   line source
mimas@2029 1 # SliTaz package receipt.
mimas@2029 2
mimas@2029 3 PACKAGE="libmowgli"
Hans-G?nter@21259 4 VERSION="2.1.3"
pascal@2054 5 CATEGORY="system-tools"
mimas@2029 6 SHORT_DESC="High performance and highly flexible algorithms."
mimas@2029 7 MAINTAINER="mimas@slitaz.org"
pascal@15473 8 LICENSE="BSD"
pascal@21784 9 WEB_SITE="https://github.com/atheme/libmowgli-2"
Hans-G?nter@21259 10
slaxemulator@15856 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@21259 12 WGET_URL="https://github.com/atheme/$PACKAGE-2/archive/v$VERSION.tar.gz"
slaxemulator@15856 13
Hans-G?nter@21259 14 BUILD_DEPENDS=""
mimas@2029 15
mimas@2029 16 # Rules to configure and make the package.
mimas@2029 17 compile_rules()
mimas@2029 18 {
slaxemulator@10243 19 sed -i "s/touch -t 0001010000 /touch /g" configure
Hans-G?nter@21259 20 ./configure \
pascal@2054 21 $CONFIGURE_ARGS &&
Hans-G?nter@21259 22 make -j 1 &&
Hans-G?nter@21259 23 make install
mimas@2029 24 }
mimas@2029 25
mimas@2029 26 # Rules to gen a SliTaz package suitable for Tazpkg.
mimas@2029 27 genpkg_rules()
mimas@2029 28 {
mimas@2029 29 mkdir -p $fs/usr/lib
pascal@15860 30 cp -a $install/usr/lib/libmowgli*.so* $fs/usr/lib
mimas@2029 31 }