1 # Contributor: sh0 <mee@sh0.org>
6 pkgdesc='A utility to both test and create .sfv'
7 url='http://pure-sfv.sourceforge.net/'
11 source=("http://downloads.sourceforge.net/pure-sfv/${pkgname}_${pkgver}_src.tar.gz")
12 md5sums=('2643118c32184c880cd8935173889449')
16 sed -i 's:-O2 -g::;s:-Werror::' Makefile || return 1
18 install -D -m755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}" || return 1
19 install -D -m644 ReadMe.txt "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}/ReadMe.txt" || return 1