mid-kid
7 years ago
1 changed files with 18 additions and 0 deletions
@ -0,0 +1,18 @@ |
|||
import 'compile/configure' |
|||
|
|||
name=libedit |
|||
version=20170329-3.1 |
|||
update_url="http://thrysoee.dk/editline/" |
|||
|
|||
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: |
Loading…
Reference in new issue