1 # Contributor: irgaly<irgaly@fird.net>
3 pkgname=lha-autoconf-git
8 pkgdesc='Autoconf version of lha compression and archive utility with utf-8 support'
11 provides=('lha=1.14i')
14 url='http://lha.sourceforge.jp/'
16 md5sums=('a269181a01b7f3fe659f52033485db74')
19 git clone git://git.sourceforge.jp/gitroot/lha/lha.git || return 1
21 autoreconf -is || return 1
22 ./configure --enable-multibyte-filename=utf8 --prefix=/usr --mandir=/usr/share || return 1
24 make DESTDIR=$pkgdir install || return 1
26 install -Dm644 $srcdir/copyright $pkgdir/usr/share/licenses/$pkgname/copyright