updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / editline / PKGBUILD
blob194a49fb6e2e3de480044fe0cb897f8a1c886d8e
1 # Maintainer: Jens Staal <staal1978@gmail.com>
3 pkgname=editline
4 pkgver=3.0
5 pkgrel=20110802
6 pkgdesc="A BSD alternative to GNU Readline"
7 arch=('i686' 'x86_64')
8 url="http://www.thrysoee.dk/editline/"
9 license=('BSD')
10 source=('http://www.thrysoee.dk/editline/libedit-20110802-3.0.tar.gz')
11 md5sums=('0ea42e2c794da8ed32f6307b427f6590')
14 build() {
15 cd $srcdir
16 rm -rf build # start fresh
17 cp -ar libedit-${pkgrel}-${pkgver} build
18 cd build
20 ./configure --prefix=/usr
21 make
22 make DESTDIR=$pkgdir install