wok annotate udpxy/receipt @ rev 23012

Up libcomerr3 libkrb5 libkrb5support (1.18)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 03 09:45:36 2020 +0100 (2020-03-03)
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 }