wok-next annotate dmidecode/receipt @ rev 21426
updated qcad (3.7.5 -> 3.24.3.4)
author | Hans-G?nter Theisgen |
---|---|
date | Tue May 05 07:09:38 2020 +0100 (2020-05-05) |
parents | b84b01f3048e |
children |
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" |
al@21020 | 7 MAINTAINER="devel@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 } |