wok-next view dmidecode/receipt @ rev 21500

updated asunder (2.9.3 -> 2.9.6)
author Hans-G?nter Theisgen
date Fri Jun 19 06:47:46 2020 +0100 (2020-06-19)
parents b84b01f3048e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="dmidecode"
4 VERSION="3.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="Desktop Management Interface table related utilities"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.nongnu.org/dmidecode/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="http://download.savannah.gnu.org/releases/dmidecode/$TARBALL"
14 compile_rules() {
15 sed -i 's|/usr/local|/usr|' Makefile
17 make &&
18 make DESTDIR=$install install
19 }
21 genpkg_rules() {
22 copy @std
23 }