ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/arch/rlwrap/PKGBUILD
Revision: 4
Committed: 2007-01-31T16:16:01-08:00 (18 years, 4 months ago) by douglas
File size: 444 byte(s)
Log Message:
Yeah!

File Contents

# Content
1 # Contributor: Douglas Thrift <douglas@douglasthrift.net>
2 pkgname=rlwrap
3 pkgver=0.24
4 pkgrel=1
5 pkgdesc="readline wrapper"
6 url="http://utopia.knoware.nl/~hlub/uck/rlwrap/"
7 depends=('readline')
8 source=(http://utopia.knoware.nl/~hlub/uck/rlwrap/$pkgname-$pkgver.tar.gz)
9 md5sums=('6622603f949e7948a24fd55f2af09323')
10
11 build() {
12 cd $startdir/src/$pkgname-$pkgver
13 ./configure --prefix=/usr
14 make || return 1
15 make DESTDIR=$startdir/pkg install
16 }