# HG changeset patch # User Eric Joseph-Alexandre # Date 1349380805 -7200 # Node ID c0252ab44dd4a05c4fd359087818d6ee5bf2e022 # Parent 415ae12b35c28c47decf990622c5028ebac02a77 up: udpcat (20120424) diff -r 415ae12b35c2 -r c0252ab44dd4 udpcast/receipt --- a/udpcast/receipt Thu Oct 04 11:53:21 2012 +0200 +++ b/udpcast/receipt Thu Oct 04 22:00:05 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="udpcast" -VERSION="20100130" +VERSION="20120424" CATEGORY="network" SHORT_DESC="Multicast file transfer." MAINTAINER="pascal.bellard@slitaz.org" @@ -9,6 +9,8 @@ WEB_SITE="http://udpcast.linux.lu/" WGET_URL="${WEB_SITE}download/$TARBALL" +BUILD_DEPENDS="m4" + # Rules to configure and make the package. compile_rules() { @@ -16,13 +18,13 @@ ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/sbin $fs/usr + cp -a $install/usr/sbin $fs/usr }