You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
367 B
18 lines
367 B
7 years ago
|
import 'compile/configure'
|
||
|
|
||
|
name=libedit
|
||
|
version=20170329-3.1
|
||
|
|
||
|
dlextract "http://thrysoee.dk/editline/$name-$version.tar.gz" \
|
||
|
'c57a0690e62ef523c083598730272cfd'
|
||
|
_
|
||
|
|
||
|
cd "$name-$version"
|
||
|
|
||
|
# This manpage conflicts with readline
|
||
|
sed -i -e 's/history.3//' doc/Makefile.am doc/Makefile.in
|
||
|
|
||
|
compile_configure
|
||
|
|
||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|