contrib/libedit/Pkgfile

21 lines
469 B
Plaintext
Raw Normal View History

2014-01-24 14:31:08 +01:00
# Description: An autotool- and libtoolized port of the NetBSD Editline library.
# URL: http://thrysoee.dk/editline/
# Packager: Oleksiy Khilkevich, grim at asu dot ntu-kpi dot kiev dot ua
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2014-01-24 14:31:08 +01:00
name=libedit
2014-11-29 07:27:55 +01:00
version=20141030-3.1
2014-01-24 14:31:08 +01:00
release=1
source=(http://thrysoee.dk/editline/$name-$version.tar.gz)
build() {
2014-11-29 07:27:55 +01:00
cd $name-20141029-3.1
2014-01-24 14:31:08 +01:00
./configure \
--prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}