wok diff udpxy/receipt @ rev 20995

updated gputils (0.14.3 -> 1.5.0.1)
author Hans-G?nter Theisgen
date Thu Mar 07 17:47:51 2019 +0100 (2019-03-07)
parents
children b27ecf21e67c
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/udpxy/receipt	Thu Mar 07 17:47:51 2019 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="udpxy"
     1.7 +VERSION="1.0.23-9"
     1.8 +VERBASE="${VERSION%-*}"
     1.9 +CATEGORY="network"
    1.10 +SHORT_DESC="a UDP-to-HTTP multicast traffic relay daemon."
    1.11 +MAINTAINER="pascal.bellard@slitaz.org"
    1.12 +LICENSE="GPL3"
    1.13 +TARBALL="$PACKAGE.$VERSION-prod.tar.gz"
    1.14 +WEB_SITE="http://www.udpxy.com/"
    1.15 +WGET_URL="${WEB_SITE}download/${VERBASE/.*./_}/$TARBALL"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	make &&
    1.21 +	make DESTDIR=$DESTDIR install
    1.22 +}
    1.23 +
    1.24 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.25 +genpkg_rules()
    1.26 +{
    1.27 +	mkdir -p $fs/usr
    1.28 +	cp -a $install/usr/local/bin $fs/usr
    1.29 +}