wok view lshw/receipt @ rev 1605

Add perl-spreadsheet-writeexcel
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 19 11:13:52 2008 +0000 (2008-10-19)
parents 7f41c348fb5d
children 47b90723baee
line source
1 # SliTaz package receipt.
3 PACKAGE="lshw"
4 VERSION="B.02.12.01"
5 CATEGORY="system-tools"
6 SHORT_DESC="Hardware Lister"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS=""
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://ezix.org/project/wiki/HardwareLiSter"
11 WGET_URL="http://ezix.org/software/files/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 make
18 make DESTDIR=$PWD/_pkg install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/share
25 cp -a $_pkg/usr/sbin $fs/usr
26 cp -a $_pkg/usr/share/lshw $fs/usr/share
28 strip -s $fs/usr/sbin/*
29 }