aboutsummaryrefslogtreecommitdiffstats
path: root/main/flashrom/APKBUILD
blob: bee497c8601a0b7bb99391692f61ab42735f7c26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Contributor: 
# Maintainer: Nathan Angelacos <nangel@alpinelinux.org>
pkgname=flashrom
pkgver=0.9.5
pkgrel=0
pkgdesc="A utility for identifying, reading, writing, verifying and erasing flash chips"
url="http://www.flashrom.org/Flashrom"
arch="all"
license="GPL"
depends=dmidecode
makedepends=pciutils-dev
subpackages="$pkgname-doc"
install="$pkgname.post-install"
source="http://download.flashrom.org/releases/flashrom-$pkgver.tar.bz2"

_builddir="$srcdir"/$pkgname-$pkgver

prepare() {
	cd "$_builddir"
	# apply patches here
}

build() {
	cd "$_builddir"
	make PREFIX=/usr/ || return 1
}

package() {
	cd "$_builddir"
	make PREFIX="$pkgdir/usr/" install  
}

md5sums="6ec5ef19c92e4dc761de9486eee2b30d  flashrom-0.9.5.tar.bz2"