wok-next annotate duat/receipt @ rev 18450
perl-datetime and others: update to perl datetime which required a bunch of other deps to also be updated
author | Nathan Neulinger <nneul@neulinger.org> |
---|---|
date | Sun Sep 27 19:52:03 2015 +0000 (2015-09-27) |
parents | |
children | a3c581bf52b8 |
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 } |