wok view libmowgli/receipt @ rev 21320

updated libtorrent and libtorrent-dev (0.13.3 -> 0.13.7)
author Hans-G?nter Theisgen
date Fri Apr 19 07:28:58 2019 +0100 (2019-04-19)
parents eeba7ab1dffe
children 68f9518c4cb0
line source
1 # SliTaz package receipt.
3 PACKAGE="libmowgli"
4 VERSION="2.1.3"
5 CATEGORY="system-tools"
6 SHORT_DESC="High performance and highly flexible algorithms."
7 MAINTAINER="mimas@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://atheme.org/projects/libmowgli.html"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/atheme/$PACKAGE-2/archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 sed -i "s/touch -t 0001010000 /touch /g" configure
20 ./configure \
21 $CONFIGURE_ARGS &&
22 make -j 1 &&
23 make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/lib
30 cp -a $install/usr/lib/libmowgli*.so* $fs/usr/lib
31 }