# Contributor: Carlo Landmeter # Maintainer: Carlo Landmeter pkgname=ripmime pkgver=1.4.0.10 pkgrel=0 pkgdesc="Tool to extract the attached files out of a MIME package" url="http://www.pldaniels.com/ripmime/" arch="all" license="BSD-3-Clause" depends="" makedepends="" install="" subpackages="$pkgname-doc" source="http://www.pldaniels.com/ripmime/ripmime-$pkgver.tar.gz ripmime-1.4.0.10-makefile.patch " builddir="$srcdir/ripmime-$pkgver" build() { cd "$builddir" make } check() { msg "Running testsuites..." "$builddir"/$pkgname --version > /dev/null } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="e1eae0ad93a50e19ab1966a6f95ae8704e59bc081f89da1e2894a3bb2a2eaea8b0fc4709ec29d126053517d56c72d6ee2a77f0d8e3fb5f223255d45e0b515ab0 ripmime-1.4.0.10.tar.gz a400e446a8de8ffa3c167155a601a5291b795e9875f51910c34b2f037cf5bf4cefb7e344bc3099878a36aa009d97e84c170dc6a5180721b4a82b7a1484a9c11d ripmime-1.4.0.10-makefile.patch"