wok annotate udpxy/receipt @ rev 21694

updated portaudio and portaudio-dev (v19_20110326 -> 190600_20161030)
author Hans-G?nter Theisgen
date Wed Jun 05 16:15:15 2019 +0100 (2019-06-05)
parents
children b27ecf21e67c
rev   line source
pascal@19918 1 # SliTaz package receipt.
pascal@19918 2
pascal@19918 3 PACKAGE="udpxy"
pascal@19918 4 VERSION="1.0.23-9"
pascal@19918 5 VERBASE="${VERSION%-*}"
pascal@19918 6 CATEGORY="network"
pascal@19918 7 SHORT_DESC="a UDP-to-HTTP multicast traffic relay daemon."
pascal@19918 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@19918 9 LICENSE="GPL3"
pascal@19918 10 TARBALL="$PACKAGE.$VERSION-prod.tar.gz"
pascal@19918 11 WEB_SITE="http://www.udpxy.com/"
pascal@19918 12 WGET_URL="${WEB_SITE}download/${VERBASE/.*./_}/$TARBALL"
pascal@19918 13
pascal@19918 14 # Rules to configure and make the package.
pascal@19918 15 compile_rules()
pascal@19918 16 {
pascal@19918 17 make &&
pascal@19918 18 make DESTDIR=$DESTDIR install
pascal@19918 19 }
pascal@19918 20
pascal@19918 21 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@19918 22 genpkg_rules()
pascal@19918 23 {
pascal@19918 24 mkdir -p $fs/usr
pascal@19918 25 cp -a $install/usr/local/bin $fs/usr
pascal@19918 26 }