wok-next annotate dmidecode/receipt @ rev 20549

gimp: tiny edits
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 04 17:32:49 2018 +0300 (2018-04-04)
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