wok view udpcast/receipt @ rev 6365

Up: gstreamer, gstreamer-dev to 0.10.30.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Sep 21 01:28:31 2010 +0000 (2010-09-21)
parents 979a97bc9adc
children 676912c3ee59
line source
1 # SliTaz package receipt.
3 PACKAGE="udpcast"
4 VERSION="20081213"
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 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 ./configure --prefix=/usr --infodir=/usr/share/info \
17 --mandir=/usr/share/man $CONFIGURE_ARGS &&
18 make &&
19 make DESTDIR=$PWD/_pkg install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $_pkg/usr/sbin $fs/usr
27 }