wok rev 24733

updated libedit and libedit-dev (3.1-20191231 -> 3.1-20210910)
author Hans-G?nter Theisgen
date Tue Mar 15 17:44:35 2022 +0100 (2022-03-15)
parents ac0d01890066
children a7524849966d
files libedit-dev/receipt libedit/description.txt libedit/receipt
line diff
     1.1 --- a/libedit-dev/receipt	Tue Mar 15 17:34:18 2022 +0100
     1.2 +++ b/libedit-dev/receipt	Tue Mar 15 17:44:35 2022 +0100
     1.3 @@ -8,7 +8,7 @@
     1.4  LICENSE="BSD"
     1.5  WEB_SITE="https://www.thrysoee.dk/editline/"
     1.6  
     1.7 -SOURCE="libedit-20191231"
     1.8 +SOURCE="libedit-20210910"
     1.9  
    1.10  DEPENDS="pkg-config"
    1.11  WANTED="libedit"
    1.12 @@ -16,10 +16,5 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr
    1.17 -	mkdir -p $fs/usr/lib
    1.18 -
    1.19 -	cp -a $install/usr/include		$fs/usr
    1.20 -	cp -a $install/usr/lib/*a		$fs/usr/lib
    1.21 -	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.22 +	get_dev_files
    1.23  }
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/libedit/description.txt	Tue Mar 15 17:44:35 2022 +0100
     2.3 @@ -0,0 +1,4 @@
     2.4 +This is an autotool- and libtoolized port of the NetBSD Editline library
     2.5 +(libedit). This Berkeley-style licensed command line editor library
     2.6 +provides generic line editing, history, and tokenization functions,
     2.7 +similar to those found in GNU Readline.
     3.1 --- a/libedit/receipt	Tue Mar 15 17:34:18 2022 +0100
     3.2 +++ b/libedit/receipt	Tue Mar 15 17:44:35 2022 +0100
     3.3 @@ -9,7 +9,7 @@
     3.4  LICENSE="BSD"
     3.5  WEB_SITE="https://www.thrysoee.dk/editline/"
     3.6  
     3.7 -SOURCE="libedit-20191231"
     3.8 +SOURCE="libedit-20210910"
     3.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    3.10  WGET_URL="$WEB_SITE$TARBALL"
    3.11  
    3.12 @@ -32,13 +32,12 @@
    3.13  		--mandir=/usr/share/man	\
    3.14  		--enable-widec		\
    3.15  		$CONFIGURE_ARGS &&
    3.16 -	make -j 1 &&
    3.17 -	make DESTDIR=$DESTDIR install
    3.18 +	make &&
    3.19 +	make install DESTDIR=$DESTDIR
    3.20  }
    3.21  
    3.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.23  genpkg_rules()
    3.24  {
    3.25 -	mkdir -p $fs/usr/lib
    3.26 -	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    3.27 +	cook_copy_files	*.so*
    3.28  }