wok-next annotate 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
rev   line source
al@19866 1 # SliTaz package receipt v2.
erjo@621 2
erjo@621 3 PACKAGE="dmidecode"
al@20985 4 VERSION="3.2"
erjo@621 5 CATEGORY="system-tools"
al@19866 6 SHORT_DESC="Desktop Management Interface table related utilities"
erjo@784 7 MAINTAINER="erjo@slitaz.org"
pascal@15579 8 LICENSE="GPL2"
al@20985 9 WEB_SITE="https://www.nongnu.org/dmidecode/"
al@19866 10
al@19866 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
erjo@621 12 WGET_URL="http://download.savannah.gnu.org/releases/dmidecode/$TARBALL"
erjo@621 13
al@20985 14 compile_rules() {
al@19866 15 sed -i 's|/usr/local|/usr|' Makefile
al@20985 16
al@20985 17 make &&
al@20985 18 make DESTDIR=$install install
erjo@621 19 }
erjo@621 20
al@20985 21 genpkg_rules() {
al@20985 22 copy @std
erjo@621 23 }