wok annotate udpcast/receipt @ rev 13486

up patch (2.7)
author Samuel Trassare <samuel_trassare@yahoo.com>
date Thu Oct 11 23:24:50 2012 +0000 (2012-10-11)
parents 676912c3ee59
children 5286a067ac76
rev   line source
pascal@1859 1 # SliTaz package receipt.
pascal@1859 2
pascal@1859 3 PACKAGE="udpcast"
erjo@13430 4 VERSION="20120424"
pascal@1859 5 CATEGORY="network"
pascal@1862 6 SHORT_DESC="Multicast file transfer."
pascal@1859 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@1859 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@1859 9 WEB_SITE="http://udpcast.linux.lu/"
pascal@1859 10 WGET_URL="${WEB_SITE}download/$TARBALL"
pascal@1859 11
erjo@13430 12 BUILD_DEPENDS="m4"
erjo@13430 13
pascal@1859 14 # Rules to configure and make the package.
pascal@1859 15 compile_rules()
pascal@1859 16 {
pascal@1859 17 cd $src
pascal@1859 18 ./configure --prefix=/usr --infodir=/usr/share/info \
pascal@1859 19 --mandir=/usr/share/man $CONFIGURE_ARGS &&
pascal@1859 20 make &&
erjo@13430 21 make install
pascal@1859 22 }
pascal@1859 23
pascal@1859 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1859 25 genpkg_rules()
pascal@1859 26 {
pascal@1859 27 mkdir -p $fs/usr
erjo@13430 28 cp -a $install/usr/sbin $fs/usr
pascal@1859 29 }
pascal@1859 30