wok diff lshw/receipt @ rev 5378
Up: zlin-dev (1.2.5) Please dont forget -dev pkg when upgrade
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat May 01 11:24:32 2010 +0200 (2010-05-01) |
parents | 47b90723baee |
children | 064ee516837c |
line diff
1.1 --- a/lshw/receipt Sat Sep 26 07:46:11 2009 +0000 1.2 +++ b/lshw/receipt Sat May 01 11:24:32 2010 +0200 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Hardware Lister" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="" 1.8 +DEPENDS="gcc-lib-base" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://ezix.org/project/wiki/HardwareLiSter" 1.11 WGET_URL="http://ezix.org/software/files/$TARBALL" 1.12 @@ -16,7 +16,7 @@ 1.13 1.14 1.15 cd $src 1.16 - make 1.17 + make && 1.18 make DESTDIR=$PWD/_pkg install 1.19 } 1.20