wok annotate udpxy/receipt @ rev 23716

updated unetbootin (675 -> 677)
author Hans-G?nter Theisgen
date Wed Apr 29 07:34:27 2020 +0100 (2020-04-29)
parents b537b3456464
children 5ea0ce1cecc0
rev   line source
pascal@19918 1 # SliTaz package receipt.
pascal@19918 2
pascal@19918 3 PACKAGE="udpxy"
Hans-G?nter@23714 4 VERSION="1.0.24.1"
pascal@19918 5 CATEGORY="network"
Hans-G?nter@23714 6 SHORT_DESC="An UDP-to-HTTP multicast traffic relay daemon."
pascal@19918 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@19918 8 LICENSE="GPL3"
pascal@19918 9 WEB_SITE="http://www.udpxy.com/"
Hans-G?nter@23714 10
Hans-G?nter@23714 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@23714 12 WGET_URL="https://github.com/pcherenkov/$PACKAGE/archive/${VERSION%.*.*}-${VERSION#*.*.}.tar.gz"
pascal@19918 13
pascal@19918 14 # Rules to configure and make the package.
pascal@19918 15 compile_rules()
pascal@19918 16 {
Hans-G?nter@23714 17 cd chipmunk &&
pascal@19918 18 make &&
pascal@19918 19 make DESTDIR=$DESTDIR install
pascal@19918 20 }
pascal@19918 21
pascal@19918 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@19918 23 genpkg_rules()
pascal@19918 24 {
pascal@19918 25 mkdir -p $fs/usr
Hans-G?nter@23714 26 cp -a $install/usr/local/bin $fs/usr
pascal@19918 27 }