wok view udpcast/receipt @ rev 13525

Up: bonobo, fixed: gtk+ headers
author Alexander Medvedev <devl547@gmail.com>
date Sat Oct 20 06:16:34 2012 +0000 (2012-10-20)
parents 676912c3ee59
children 5286a067ac76
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://udpcast.linux.lu/"
10 WGET_URL="${WEB_SITE}download/$TARBALL"
12 BUILD_DEPENDS="m4"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure --prefix=/usr --infodir=/usr/share/info \
19 --mandir=/usr/share/man $CONFIGURE_ARGS &&
20 make &&
21 make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr/sbin $fs/usr
29 }