wok view duat/receipt @ rev 20095

slitaz-base-files: don't backup-restore the whole /etc ($CONFIG_FILES variable exist), allow to update /etc/init.d/rc.functions
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 05 23:51:00 2017 +0300 (2017-10-05)
parents
children 6e8b1bcb30e2
line source
1 # SliTaz package receipt.
3 PACKAGE="duat"
4 VERSION="20150601"
5 CATEGORY="network"
6 SHORT_DESC="Versatile Tunneling/Proxy system."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE"
10 WEB_SITE="http://code.google.com/p/duat/"
11 WGET_URL="http://duat.googlecode.com/files/duat"
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 }