wok-next view dmidecode/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
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 }