wok view udpcast/receipt @ rev 15022

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 11 19:53:39 2013 +0000 (2013-08-11)
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 }