wok-6.x annotate duat/receipt @ rev 20412
*l2tp*: add doc
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 02 11:32:59 2018 +0200 (2018-08-02) |
parents | |
children | 6e8b1bcb30e2 |
rev | line source |
---|---|
pascal@18108 | 1 # SliTaz package receipt. |
pascal@18108 | 2 |
pascal@18108 | 3 PACKAGE="duat" |
pascal@18108 | 4 VERSION="20150601" |
pascal@18108 | 5 CATEGORY="network" |
pascal@18108 | 6 SHORT_DESC="Versatile Tunneling/Proxy system." |
pascal@18108 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@18108 | 8 LICENSE="GPL2" |
pascal@18108 | 9 TARBALL="$PACKAGE" |
pascal@18108 | 10 WEB_SITE="http://code.google.com/p/duat/" |
pascal@18108 | 11 WGET_URL="http://duat.googlecode.com/files/duat" |
pascal@18108 | 12 |
pascal@18108 | 13 DEPENDS="perl" |
pascal@18108 | 14 |
pascal@18108 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@18108 | 16 genpkg_rules() |
pascal@18108 | 17 { |
pascal@18108 | 18 mkdir -p $fs/usr/bin |
pascal@18108 | 19 cp -a $src/$PACKAGE $fs/usr/bin |
pascal@18108 | 20 chmod +x $fs/usr/bin/$PACKAGE |
pascal@18108 | 21 } |