wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="udpxy"
4 VERSION="1.0.24.1"
5 CATEGORY="network"
6 SHORT_DESC="An UDP-to-HTTP multicast traffic relay daemon."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.udpxy.com/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/pcherenkov/$PACKAGE/archive/${VERSION%.*.*}-${VERSION#*.*.}.tar.gz"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd chipmunk &&
18 make &&
19 make DESTDIR=$DESTDIR install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $install/usr/local/bin $fs/usr
27 }