wok view punjab/receipt @ rev 23621

updated ruby and ruby-dev (2.6.4 -> 2.7.1)
author Hans-G?nter Theisgen
date Tue Apr 14 15:51:31 2020 +0100 (2020-04-14)
parents 16df76e1fc6a
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="punjab"
4 VERSION="0.15"
5 CATEGORY="network"
6 SHORT_DESC="HTTP jabber proxy allowing persistent client connections."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://punjab.sourceforge.net"
11 WGET_URL="https://github.com/twonds/punjab/archive/v$VERSION.tar.gz"
12 CONFIG_FILES="/etc/punjab.tac"
14 DEPENDS="python twisted pyopenssl"
15 BUILD_DEPENDS="python python-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py build && python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 }