wok diff libedit-dev/receipt @ rev 21752

tazboot: shrink (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 15 22:12:18 2019 +0200 (2019-06-15)
parents 8ed62ecac0c7
children e888209936f1
line diff
     1.1 --- a/libedit-dev/receipt	Thu Dec 05 11:43:50 2013 +0000
     1.2 +++ b/libedit-dev/receipt	Sat Jun 15 22:12:18 2019 +0200
     1.3 @@ -1,22 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libedit-dev"
     1.7 -VERSION="3.0"
     1.8 +VERSION="3.1"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Berkeley-style licensed command line editor library devel files"
    1.11 +SHORT_DESC="Berkeley-style licensed command line editor library - development files."
    1.12  MAINTAINER="domcox@slitaz.org"
    1.13  LICENSE="BSD"
    1.14 -WEB_SITE="http://www.thrysoee.dk/editline/"
    1.15 -SOURCE="libedit-20100424"
    1.16 +WEB_SITE="https://www.thrysoee.dk/editline/"
    1.17 +
    1.18 +SOURCE="libedit-20190324"
    1.19  WANTED="libedit"
    1.20 -
    1.21  DEPENDS="pkg-config"
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.24  genpkg_rules()
    1.25  {
    1.26  	mkdir -p $fs/usr $fs/usr/lib
    1.27 -	cp -a $install/usr/include $fs/usr
    1.28 -	cp -a $install/usr/lib/*a $fs/usr/lib
    1.29 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.30 +
    1.31 +	cp -a $install/usr/include		$fs/usr
    1.32 +	cp -a $install/usr/lib/*a		$fs/usr/lib
    1.33 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.34  }