wok diff libedit/receipt @ rev 23770

created recipes for xorg-libXfont2 and xorg-libXfont2-dev
author Hans-G?nter Theisgen
date Fri May 15 07:18:58 2020 +0100 (2020-05-15)
parents 80675e0f496c
children 2a0479881723
line diff
     1.1 --- a/libedit/receipt	Mon Apr 01 15:57:42 2019 +0100
     1.2 +++ b/libedit/receipt	Fri May 15 07:18:58 2020 +0100
     1.3 @@ -9,7 +9,7 @@
     1.4  LICENSE="BSD"
     1.5  WEB_SITE="https://www.thrysoee.dk/editline/"
     1.6  
     1.7 -SOURCE="libedit-20190324"
     1.8 +SOURCE="libedit-20191231"
     1.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.10  WGET_URL="$WEB_SITE$TARBALL"
    1.11  
    1.12 @@ -19,6 +19,7 @@
    1.13  compile_rules()
    1.14  {
    1.15  	export LDFLAGS="$LDFLAGS -ltinfo"
    1.16 +
    1.17  	./configure			\
    1.18  		--prefix=/usr		\
    1.19  		--mandir=/usr/share/man	\
    1.20 @@ -32,5 +33,5 @@
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/lib
    1.24 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.25 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.26  }