wok view dmidecode/receipt @ rev 18297

Up linux (3.2.71), again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 17 13:02:26 2015 +0200 (2015-08-17)
parents 17c99f4fcb59
children 3705d68ed8f3
line source
1 # SliTaz package receipt.
3 PACKAGE="dmidecode"
4 VERSION="2.11"
5 CATEGORY="system-tools"
6 SHORT_DESC="SMBIOS/DMI reports."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.nongnu.org/dmidecode/"
11 WGET_URL="http://download.savannah.gnu.org/releases/dmidecode/$TARBALL"
13 DEPENDS=""
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 make
20 make DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/sbin
27 cp -a $install/usr/local/sbin/* $fs/usr/sbin
28 }