wok-next diff flashrom/receipt @ rev 21212
updated barnyard2 (1.9 -> 2.1.13)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Dec 02 17:16:10 2019 +0100 (2019-12-02) |
parents | 408c87fa22ca |
children | 99e53c79f216 |
line diff
1.1 --- a/flashrom/receipt Sat Aug 10 17:48:05 2013 +0000 1.2 +++ b/flashrom/receipt Mon Dec 02 17:16:10 2019 +0100 1.3 @@ -3,28 +3,25 @@ 1.4 PACKAGE="flashrom" 1.5 VERSION="0.9.6.1" 1.6 CATEGORY="misc" 1.7 -SHORT_DESC="tility Identify, read, write, verify and erase flash chips." 1.8 +SHORT_DESC="Identify, read, write, verify and erase flash chips" 1.9 MAINTAINER="pascal.bellard@slitaz.org" 1.10 LICENSE="GPL2" 1.11 +WEB_SITE="https://flashrom.org/Flashrom" 1.12 + 1.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 -WEB_SITE="http://flashrom.org/" 1.15 WGET_URL="http://download.flashrom.org/releases/$TARBALL" 1.16 1.17 -DEPENDS="pciutils" 1.18 BUILD_DEPENDS="pciutils-dev zlib-dev libftdi-dev" 1.19 1.20 -# Rules to configure and make the package. 1.21 -compile_rules() 1.22 -{ 1.23 - cd $src 1.24 +compile_rules() { 1.25 sed -i 's|/usr/local$|/usr|' Makefile 1.26 - make && make DESTDIR=$DESTDIR install 1.27 + 1.28 + make && 1.29 + make DESTDIR=$install install 1.30 } 1.31 1.32 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.33 -genpkg_rules() 1.34 -{ 1.35 +genpkg_rules() { 1.36 mkdir -p $fs/usr 1.37 cp -a $install/usr/sbin $fs/usr 1.38 + DEPENDS="pciutils" 1.39 } 1.40 -