updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / bsign / PKGBUILD
blob47f1ff66b882edbc57195fc287cb4e177f32e687
1 # Contributor: Nathan Owe. <ndowens.aur at gmail dot com>
2 pkgname=bsign
3 pkgver=0.4.5
4 pkgrel=2
5 pkgdesc="This package embeds secure hashes (SHA1) and digital signatures (GNU Privacy Guard) into files for verification and authentication."
6 arch=('i686')
7 url="http://packages.debian.org/sid/bsign"
8 license=('GPL')
9 buildenv=('fakeroot')
10 depends=('sh')
11 source=(http://ftp.de.debian.org/debian/pool/main/b/bsign/bsign_0.4.5.tar.gz)
12 md5sums=('57984eb43bacd5cfd497cbf36912a14d')
14 build() {
15   cd ${srcdir}/${pkgname}-${pkgver}
17   ./configure --prefix=/usr
18   make
19   make bindir=${pkgdir}/usr/bin mandir=${pkgdir}/usr/share/man docdir=${pkgdir}/usr/share/doc install