wok-6.x diff slang-dev/receipt @ rev 22747
updated ethtool (4.19 -> 5.4)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jan 24 10:59:57 2020 +0100 (2020-01-24) |
parents | 47e1df965953 |
children |
line diff
1.1 --- a/slang-dev/receipt Thu Dec 05 13:21:20 2013 +0000 1.2 +++ b/slang-dev/receipt Fri Jan 24 10:59:57 2020 +0100 1.3 @@ -1,22 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="slang-dev" 1.7 -VERSION="2.2.4" 1.8 +VERSION="2.3.2" 1.9 CATEGORY="development" 1.10 SHORT_DESC="S-Lang library dev files" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 LICENSE="GPL2" 1.13 +WEB_SITE="http://jedsoft.org/slang/" 1.14 + 1.15 +DEPENDS="pkg-config slang" 1.16 WANTED="slang" 1.17 -WEB_SITE="http://www.s-lang.org/index.html" 1.18 - 1.19 -DEPENDS="slang pkg-config" 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr/lib 1.25 - cp -a $install/usr/include $fs/usr 1.26 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.27 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.28 + 1.29 + cp -a $install/usr/include $fs/usr 1.30 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.31 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.32 } 1.33 -