aboutsummaryrefslogtreecommitdiffstats
path: root/community/ripmime/APKBUILD
blob: 589be6bad8a476180192dc49c5679a5fc22621a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
# Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
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"