updated on Fri Jan 13 20:02:10 UTC 2012
[aur-mirror.git] / helpdeco / PKGBUILD
blob9e5097e0db160ad34d620eb776d8e4fc8d5ff086
1 # Contributor: tocer deng <tocer.deng@gmail.com>
2 pkgname=helpdeco
3 pkgver=2.1.3
4 pkgrel=1
5 pkgdesc="A software which will recreate all source files from all Windows 3.x/'95 .HLP help files and most .MVB multi media viewer titles."
6 arch=('i686' 'x86_64')
7 url="http://www.geocities.com/mwinterhoff/helpdeco.htm"
8 license=('GPL')
9 conflicts=('helpdeco')
10 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
11 md5sums=('3185e61e6ac17508cd60e34760c2f4f8')
13 build() {
14   cd "$srcdir/$pkgname-$pkgver"
16   make || return 1
17   mkdir $pkgdir/usr
18   make prefix="$pkgdir/usr" install