wok-next annotate duat/receipt @ rev 21360

guacamole: inserted fix libtool
author Hans-G?nter Theisgen
date Mon Apr 13 06:41:39 2020 +0100 (2020-04-13)
parents d5aab818505e
children
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"
al@21020 6 SHORT_DESC="Versatile Tunneling/Proxy system"
pascal@18108 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18108 8 LICENSE="GPL2"
pascal@21157 9 WEB_SITE="https://github.com/valodzka/duat"
al@21020 10
al@21020 11 TARBALL="$PACKAGE" # FIXME versioning
al@20906 12 WGET_URL="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/duat/$TARBALL"
pascal@18108 13
al@21020 14 genpkg_rules() {
pascal@18108 15 mkdir -p $fs/usr/bin
pascal@18108 16 cp -a $src/$PACKAGE $fs/usr/bin
pascal@18108 17 chmod +x $fs/usr/bin/$PACKAGE
al@21020 18 DEPENDS="perl"
pascal@18108 19 }