wok-4.x diff bridge-utils/receipt @ rev 10474
youtube-dl: add compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 25 11:53:03 2011 +0200 (2011-05-25) |
parents | a63c2567749b |
children | 0ddab69c0096 |
line diff
1.1 --- a/bridge-utils/receipt Sun Feb 27 01:46:56 2011 +0100 1.2 +++ b/bridge-utils/receipt Wed May 25 11:53:03 2011 +0200 1.3 @@ -5,21 +5,20 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="IEEE 802.1d ethernet bridging" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="" 1.8 -BUILD_DEPENDS="autoconf automake" 1.9 TARBALL="${PACKAGE}-${VERSION}.tar.gz" 1.10 WEB_SITE="http://www.linuxfoundation.org/en/Net:Bridge" 1.11 -WGET_URL="$SF_MIRROR/bridge/files/${PACKAGE}-${VERSION}/${TARBALL}" 1.12 +WGET_URL="$SF_MIRROR/bridge/bridge/${PACKAGE}-${VERSION}/${TARBALL}" 1.13 TAGS="ehternet bridge" 1.14 1.15 +BUILD_DEPENDS="autoconf automake" 1.16 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 cd $src 1.21 autoconf 1.22 - ./configure --prefix=/usr && \ 1.23 - make && make DESTDIR=$PWD/_pkg install 1.24 + ./configure --prefix=/usr && 1.25 + make && make DESTDIR=$DESTDIR install 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 @@ -39,4 +38,3 @@ 1.30 { 1.31 ln -s /bin/busybox /usr/sbin/brctl 1.32 } 1.33 -