wok diff libee-dev/receipt @ rev 25322
cpige: remove -static
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 22 07:58:08 2022 +0000 (2022-07-22) |
parents | e66efc062996 |
children |
line diff
1.1 --- a/libee-dev/receipt Tue Jul 30 10:35:07 2019 +0200 1.2 +++ b/libee-dev/receipt Fri Jul 22 07:58:08 2022 +0000 1.3 @@ -1,21 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libee-dev" 1.7 -VERSION="0.3.2" 1.8 +VERSION="0.4.1" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="libee dev files." 1.11 +SHORT_DESC="Libee development files." 1.12 MAINTAINER="erjo@slitaz.org" 1.13 LICENSE="LGPL2.1" 1.14 -WEB_SITE="https://web.archive.org/web/20181206220018/http://www.libee.org/" 1.15 -WANTED="libee" 1.16 +WEB_SITE="http://www.libee.org/" 1.17 1.18 DEPENDS="libee pkg-config" 1.19 +WANTED="libee" 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/lib/*.*a $fs/usr/lib 1.26 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.27 - cp -a $install/usr/include $fs/usr 1.28 + get_dev_files 1.29 }