updated on Sun Jan 15 08:01:04 UTC 2012
[aur-mirror.git] / unsit / PKGBUILD
blob3c98fdfe6b43cdc934e501c0ddc205a4f910d399
1 # Maintainer: Sam Harada <aur at peasantoid dot org>
3 pkgname=unsit
4 pkgver=1.5
5 pkgrel=1
6 pkgdesc="Utility for decompressing StuffIt/MacBinary archives."
7 arch=(i686 x86_64)
8 url="http://www.vectorbd.com/bfd/unix/"
9 license=('custom')
10 depends=()
11 makedepends=()
12 source=(http://www.vectorbd.com/bfd/unix/unsit15.sh.gz)
13 md5sums=(4f56b2371c999fef30fc4aa8b824f469)
15 build() {
16     mkdir $srcdir/unsit15
17     cd $srcdir/unsit15
19     # expand shar
20     tail ../unsit15.sh -n +$(grep -n '^#! /bin/sh$' ../unsit15.sh | cut -d : -f 1) | bash
21     make || return 1
22     install -Dm755 unsit $pkgdir/usr/bin/unsit
23     install -Dm644 unsit.1 $pkgdir/usr/share/man/man1/unsit.1