Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
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.
 
 
 
 
 

17 lines
367 B

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: