wok annotate libmowgli/receipt @ rev 21731
updated puzzles ( -> 20190415)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jun 13 13:09:35 2019 +0100 (2019-06-13) |
parents | eeba7ab1dffe |
children | 68f9518c4cb0 |
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" |
Hans-G?nter@21259 | 9 WEB_SITE="http://atheme.org/projects/libmowgli.html" |
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 } |