1 # Maintainer: Fernando Munoz <f[at]beford.net>
2 # Previous maintainer: Alexandre Bique <bique.alexandre[at]gmail.com>
7 pkgdesc="isomd5sum provides a way of making use of the ISO9660 application data area to store md5sum data about the iso."
10 depends=('popt' 'python2')
12 url="https://fedorahosted.org/releases/i/s/isomd5sum"
13 source=($url/${pkgname}-${pkgver}.tar.bz2)
14 options=('!libtool' '!emptydirs')
15 md5sums=('370c8ae799c15dd6f453aed269112c59')
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
24 make DESTDIR="${pkgdir}" install || return 1