wok-6.x view udpcast/receipt @ rev 16761
Up: isomaster (1.3.11)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Jun 17 04:55:00 2014 +0300 (2014-06-17) |
parents | c0252ab44dd4 |
children | ee50917f30ae |
line source
1 # SliTaz package receipt.
3 PACKAGE="udpcast"
4 VERSION="20120424"
5 CATEGORY="network"
6 SHORT_DESC="Multicast file transfer."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2 BSD"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://udpcast.linux.lu/"
11 WGET_URL="${WEB_SITE}download/$TARBALL"
13 BUILD_DEPENDS="m4"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure --prefix=/usr --infodir=/usr/share/info \
20 --mandir=/usr/share/man $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $install/usr/sbin $fs/usr
30 }