# Contributor: Timo Teräs # Maintainer: Timo Teräs pkgname=fortify-headers pkgver=0.8 pkgrel=0 pkgdesc="standalone fortify source implementation" url="http://git.2f30.org/fortify-headers/" arch="noarch" license="BSD-0" source="http://dl.2f30.org/releases/$pkgname-$pkgver.tar.gz" builddir="$srcdir"/$pkgname-$pkgver build() { cd "$builddir" } package() { cd "$builddir" make DESTDIR="$pkgdir" PREFIX=/usr install } sha512sums="14cb6da17ed53272b1439a126a402246395f59e54b339ebf4e6ed8b1ed896702afc15f3084ec0e618b93dbf103cb4e9bc3735f4cab886a0d2ba57081bdcbf9dc fortify-headers-0.8.tar.gz"