wok diff 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
line diff
     1.1 --- a/udpcast/receipt	Sun Mar 06 23:24:33 2011 +0100
     1.2 +++ b/udpcast/receipt	Thu Oct 11 23:24:50 2012 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="udpcast"
     1.7 -VERSION="20100130"
     1.8 +VERSION="20120424"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Multicast file transfer."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -9,6 +9,8 @@
    1.13  WEB_SITE="http://udpcast.linux.lu/"
    1.14  WGET_URL="${WEB_SITE}download/$TARBALL"
    1.15  
    1.16 +BUILD_DEPENDS="m4"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 @@ -16,13 +18,13 @@
    1.22  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.23  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.24  	make &&
    1.25 -	make DESTDIR=$PWD/_pkg install
    1.26 +	make install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  genpkg_rules()
    1.31  {
    1.32  	mkdir -p $fs/usr
    1.33 -	cp -a $_pkg/usr/sbin $fs/usr
    1.34 +	cp -a $install/usr/sbin $fs/usr
    1.35  }
    1.36