core/readline/Pkgfile
2007-01-23 17:25:18 +00:00

19 lines
492 B
Plaintext

# 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
name=readline
version=5.2
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz \
inputrc)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
install -D -m 644 $SRC/inputrc $PKG/etc/inputrc
rm -rf $PKG/usr/info
}