# Contributor: Timo Teräs # Maintainer: Timo Teräs pkgname=fortify-headers pkgver=1.0 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/$pkgname-$pkgver.tar.gz use-builtins-when-possible.patch " builddir="$srcdir"/$pkgname-$pkgver build() { cd "$builddir" } package() { cd "$builddir" make DESTDIR="$pkgdir" PREFIX=/usr install } sha512sums="085a725da9a6da0eea732ee77e3a3dc7d3c96bc3344172523db5f1e35391492910a050c15c560912115b2db916c2d6fa37e409e997c53399ee4fee912c5513e8 fortify-headers-1.0.tar.gz b4c6f6b89745ef21c5e0ffbef99b95872ae46f700ce0c42617dcc39bfa52526f54e36794ad682f4a4fe54fa7c348bfc46f3367c20e3629dbd88869a48f45209e use-builtins-when-possible.patch"