1 # Maintainer: stalker_exe <senokosov8@mail.ru>
5 pkgdesc="ACR is an autoconf like tool that allows you to create configure scripts for your programs."
7 url="http://nopcode.org/wk.php/Acr"
10 source=("http://www.lolcathost.org/b/$pkgname-$pkgver.tar.gz")
12 md5sums=('0981ffbd92dcb63015793a849c34465d')
15 cd "${srcdir}/$pkgname-${pkgver}"
16 ./configure --prefix=/usr --mandir=/usr/share/man
20 cd "${srcdir}/$pkgname-${pkgver}"
21 make DESTDIR=${pkgdir} install