wok-6.x view tcpoverudp/receipt @ rev 19046

Resolving the correct name for the blinder theme.
author Leonardo Laporte <hackdorte@sapo.pt>
date Sun Apr 17 16:22:14 2016 -0300 (2016-04-17)
parents
children 669f61f44760
line source
1 # SliTaz package receipt.
3 PACKAGE="tcpoverudp"
4 VERSION="20150601"
5 CATEGORY="network"
6 SHORT_DESC="Forward TCP connections over UDP without root."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 TARBALL="$PACKAGE"
10 WEB_SITE="https://www.jankratochvil.net/project/tcpoverudp/"
11 WGET_URL="http://git.jankratochvil.net/?p=tcpoverudp.git;a=blob_plain;f=tcpoverudp;hb=HEAD"
13 DEPENDS="perl"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/bin
19 cp -a $src/$PACKAGE $fs/usr/bin
20 chmod +x $fs/usr/bin/$PACKAGE
21 }