wok-next view dmidecode/receipt @ rev 20762

Add leanify
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 05 17:27:09 2018 +0300 (2018-06-05)
parents eb8067417980
children b84b01f3048e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="dmidecode"
4 VERSION="3.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="Desktop Management Interface table related utilities"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.nongnu.org/dmidecode/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="http://download.savannah.gnu.org/releases/dmidecode/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 sed -i 's|/usr/local|/usr|' Makefile
18 make && make DESTDIR=$install install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 copy sbin/
25 }