wok-next diff ethtool/receipt @ rev 14882
python-socketpool, python-restkit, python-http-parser, python-couchdbkit: we need a meaningfull TARBALL to store sources on mirror
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 24 15:51:20 2013 +0000 (2013-07-24) |
parents | ba8a1b9f08b0 |
children | 380ffe05937a |
line diff
1.1 --- a/ethtool/receipt Sat May 21 04:54:00 2011 +0000 1.2 +++ b/ethtool/receipt Wed Jul 24 15:51:20 2013 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ethtool" 1.7 -VERSION="2.6.38" 1.8 +VERSION="3.6" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Display or change ethernet card settings." 1.11 MAINTAINER="paul@slitaz.org" 1.12 @@ -16,13 +16,13 @@ 1.13 cd $src 1.14 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.15 --mandir=/usr/share/man $CONFIGURE_ARGS && \ 1.16 - make && make DESTDIR=$PWD/_pkg install 1.17 + make && make install 1.18 } 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr 1.24 - cp -a $_pkg/usr/sbin $fs/usr 1.25 + cp -a $install/usr/sbin $fs/usr 1.26 } 1.27