core/readline/Pkgfile

19 lines
492 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Lets users edit command lines as they are typed in
# URL: http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
# Maintainer: CRUX System Team, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
name=readline
2006-10-14 10:47:04 +02:00
version=5.2
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz \
inputrc)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2006-10-14 10:47:04 +02:00
install -D -m 644 $SRC/inputrc $PKG/etc/inputrc
2006-02-23 16:26:10 +01:00
rm -rf $PKG/usr/info
}