From 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 27 Dec 2013 23:55:53 +0000 Subject: Fri Dec 27 23:54:04 UTC 2013 --- community/flashrom/PKGBUILD | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'community/flashrom') diff --git a/community/flashrom/PKGBUILD b/community/flashrom/PKGBUILD index fbc45f7c3..925430b13 100644 --- a/community/flashrom/PKGBUILD +++ b/community/flashrom/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 95621 2013-08-15 04:30:28Z giovanni $ +# $Id: PKGBUILD 102000 2013-12-03 16:51:55Z eric $ # Maintainer: Giovanni Scafora # Contributor: Cilyan Olowen # Contributor: fill @@ -6,20 +6,25 @@ pkgname=flashrom pkgver=0.9.7 -pkgrel=1 +pkgrel=2 pkgdesc="Utility for reading, writing, erasing and verifying flash ROM chips" url="http://www.flashrom.org/" arch=('i686' 'x86_64') license=('GPL') -depends=('libftdi' 'pciutils') +depends=('libftdi-compat' 'pciutils') optdepends=('dmidecode: for SMBIOS/DMI table decoder support') source=("http://download.flashrom.org/releases/${pkgname}-${pkgver}.tar.bz2") md5sums=('d239bafa1b46619d851f70f84a5b122a') +prepare() { +cd "${srcdir}/${pkgname}-${pkgver}" + + sed -i "s:sbin:bin:g" Makefile +} + build() { cd "${srcdir}/${pkgname}-${pkgver}" - sed -i "s:sbin:bin:g" Makefile make } -- cgit v1.2.3-54-g00ecf