wok-next view dmidecode/receipt @ rev 20985

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Sep 29 16:54:07 2018 +0300 (2018-09-29)
parents 6d2b71cbba60
children d5aab818505e
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="erjo@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 }