core/readline/Pkgfile
2006-10-14 08:47:04 +00:00

19 lines
485 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: Per Lidén, 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
}