wok view tor-arm/receipt @ rev 20936

updated fpm2 again (0.76.1 -> 0.79)
author Hans-G?nter Theisgen
date Sat Mar 02 16:28:51 2019 +0100 (2019-03-02)
parents a99ae6c16302
children be2ab6ab8f7e
line source
1 # SliTaz package receipt.
3 PACKAGE="tor-arm"
4 VERSION="1.4.5.0"
5 CATEGORY="network"
6 SHORT_DESC="Terminal status monitor for Tor."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL3"
9 SOURCE="arm"
10 TARBALL="$SOURCE-$VERSION.tar.bz2"
11 WEB_SITE="http://www.atagar.com/arm/download.php"
12 WGET_URL="http://www.atagar.com/arm/resources/static/$TARBALL"
14 DEPENDS="python"
15 BUILD_DEPENDS="python python-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py build
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 # remove stuff
29 rm -rf $fs/usr/share/man
30 }