wok-6.x diff libmowgli/receipt @ rev 21350
amule: add debian libupnp1.8.patch
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Sat Apr 20 15:44:26 2019 -0400 (2019-04-20) |
parents | eeba7ab1dffe |
children | 68f9518c4cb0 |
line diff
1.1 --- a/libmowgli/receipt Thu Jan 24 18:16:34 2019 +0100 1.2 +++ b/libmowgli/receipt Sat Apr 20 15:44:26 2019 -0400 1.3 @@ -1,25 +1,26 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libmowgli" 1.7 -VERSION="2.0.0" 1.8 +VERSION="2.1.3" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="High performance and highly flexible algorithms." 1.11 MAINTAINER="mimas@slitaz.org" 1.12 LICENSE="BSD" 1.13 +WEB_SITE="http://atheme.org/projects/libmowgli.html" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://atheme.org/projects/libmowgli.html" 1.17 -WGET_URL="https://github.com/atheme/libmowgli-2/archive/$TARBALL" 1.18 +WGET_URL="https://github.com/atheme/$PACKAGE-2/archive/v$VERSION.tar.gz" 1.19 1.20 -BUILD_DEPENDS="wget" 1.21 +BUILD_DEPENDS="" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 - cd $src 1.27 sed -i "s/touch -t 0001010000 /touch /g" configure 1.28 - ./configure \ 1.29 + ./configure \ 1.30 $CONFIGURE_ARGS && 1.31 - make && make install 1.32 + make -j 1 && 1.33 + make install 1.34 } 1.35 1.36 # Rules to gen a SliTaz package suitable for Tazpkg.