From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/rlwrap/PKGBUILD | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 community/rlwrap/PKGBUILD (limited to 'community/rlwrap/PKGBUILD') diff --git a/community/rlwrap/PKGBUILD b/community/rlwrap/PKGBUILD new file mode 100644 index 000000000..590bbe886 --- /dev/null +++ b/community/rlwrap/PKGBUILD @@ -0,0 +1,23 @@ +# $Id: PKGBUILD 16714 2010-05-06 11:51:51Z mherych $ +# Maintainer : wizzomafizzo +# Maintainer: Mateusz Herych +# Contributor: Benjamin Andresen +# Contributor: Douglas Thrift + +pkgname=rlwrap +pkgver=0.37 +pkgrel=1 +pkgdesc="A 'readline wrapper'" +arch=('i686' 'x86_64') +url="http://utopia.knoware.nl/~hlub/uck/rlwrap/" +license=('GPL') +depends=('readline') +source=(http://utopia.knoware.nl/~hlub/uck/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('04cd6e2c257eb5a86b297f2ebf91dbbf') + +build() { + cd $srcdir/$pkgname-$pkgver + ./configure --prefix=/usr + make || return 1 + make DESTDIR=$pkgdir install || return 1 +} -- cgit v1.2.3-54-g00ecf