wok-next diff dmidecode/receipt @ rev 17203
telepathy-glib: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 09 13:38:33 2014 +0200 (2014-10-09) |
parents | 17c99f4fcb59 |
children | 6d2b71cbba60 |
line diff
1.1 --- a/dmidecode/receipt Thu Jan 20 16:11:01 2011 +0000 1.2 +++ b/dmidecode/receipt Thu Oct 09 13:38:33 2014 +0200 1.3 @@ -5,23 +5,25 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="SMBIOS/DMI reports." 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="" 1.8 +LICENSE="GPL2" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.nongnu.org/dmidecode/" 1.11 WGET_URL="http://download.savannah.gnu.org/releases/dmidecode/$TARBALL" 1.12 1.13 +DEPENDS="" 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 cd $src 1.19 make 1.20 - make DESTDIR=$PWD/_pkg install 1.21 + make DESTDIR=$DESTDIR install 1.22 } 1.23 1.24 # Rules to gen a SliTaz package suitable for Tazpkg. 1.25 genpkg_rules() 1.26 { 1.27 mkdir -p $fs/usr/sbin 1.28 - cp -a $_pkg/usr/local/sbin/* $fs/usr/sbin 1.29 + cp -a $install/usr/local/sbin/* $fs/usr/sbin 1.30 } 1.31