wok-6.x diff libedit-dev/receipt @ rev 22592
updated cherokee packages (1.2.101 -> 1.2.104)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jan 07 16:51:34 2020 +0100 (2020-01-07) |
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 Tue Jan 07 16:51:34 2020 +0100 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 }