updated on Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git] / isomd5sum / PKGBUILD
blob6302cf63c9ce104e93e95a05a9e2e1dd7dd1aa77
1 # Maintainer: Fernando Munoz <f[at]beford.net>
2 # Previous maintainer: Alexandre Bique <bique.alexandre[at]gmail.com>
4 pkgname=isomd5sum
5 pkgver=1.0.7
6 pkgrel=1
7 pkgdesc="isomd5sum provides a way of making use of the ISO9660 application data area to store md5sum data about the iso."
8 arch=(i686 x86_64)
9 license=('GPL')
10 depends=('popt' 'python2')
11 makedepends=()
12 url="https://fedorahosted.org/releases/i/s/isomd5sum"
13 source=($url/${pkgname}-${pkgver}.tar.bz2)
14 options=('!libtool' '!emptydirs')
15 md5sums=('370c8ae799c15dd6f453aed269112c59')
17 build() {
18   cd "${srcdir}/${pkgname}-${pkgver}"
19   msg 'Patching Makefile'
20   sed -i -e 's/shell python /shell python2 /' Makefile
21   sed -i -e 's/-Werror/ /' Makefile
22   msg 'Starting make'
23   make || return 1
24   make DESTDIR="${pkgdir}" install || return 1