wok-next annotate dmidecode/receipt @ rev 19993

Up qtwebkit (5.212.0-alpha2)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Oct 20 15:29:03 2017 +0200 (2017-10-20)
parents eb8067417980
children b84b01f3048e
rev   line source
al@19866 1 # SliTaz package receipt v2.
erjo@621 2
erjo@621 3 PACKAGE="dmidecode"
al@19866 4 VERSION="3.1"
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"
erjo@621 9 WEB_SITE="http://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
erjo@621 14 # Rules to configure and make the package.
erjo@621 15 compile_rules()
erjo@621 16 {
al@19866 17 sed -i 's|/usr/local|/usr|' Makefile
al@19866 18 make && make DESTDIR=$install install
erjo@621 19 }
erjo@621 20
erjo@621 21 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@621 22 genpkg_rules()
erjo@621 23 {
al@19866 24 copy sbin/
erjo@621 25 }
erjo@621 26