wok-next view libquvi-scripts/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 4aacc1d41df5
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libquvi-scripts"
4 VERSION="0.9.20131130"
5 CATEGORY="network"
6 SHORT_DESC="Scripts for parsing video download links"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="AGPL3"
9 WEB_SITE="http://quvi.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$SF_MIRROR/quvi/$TARBALL"
13 TARBALL_SHA1="41f059964c8f47aeb241cc53b883592b5db77e53"
15 COOKOPTS="force-arch" # different "version"
17 SPLIT="$PACKAGE-dev"
19 DEPENDS_std="lua53-bitop lua53-expat lua53-json"
21 compile_rules() {
22 ./configure \
23 --with-nsfw \
24 --with-geoblocked \
25 $CONFIGURE_ARGS &&
26 fix libtool &&
27 make &&
28 make install
29 }