wok view tcpoverudp/receipt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
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 }