summaryrefslogtreecommitdiff
path: root/main/fortify-headers/APKBUILD
blob: ff417603cb37ae3a9be50cfa4d0e7b9032ab65e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=fortify-headers
pkgver=1.1
pkgrel=1
pkgdesc="standalone fortify source implementation"
url="http://git.2f30.org/fortify-headers/"
arch="noarch"
options="!check"  # No test suite.
license="BSD-0"
source="http://dl.2f30.org/releases/fortify-headers-$pkgver.tar.gz
	0000-do-not-mess-with-ppoll.patch
	"

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

sha512sums="a39d6e7c002bf91085f712aa46bc3f53ff934cc963694a229fa82d84ff4a7556105212a84a231ab5367c01c6a1e385172173f1f4a34d5eb4d2d9c58472c23dd0  fortify-headers-1.1.tar.gz
a48dca5f9e0ac301ae7c31e20af233e25709bc799be9a7fc97ebdff3b1f20d65fb6f8245d6b1b0d632a5661bc2c06144f9c2e97fb20122311da78fed8148c66b  0000-do-not-mess-with-ppoll.patch"