wok-current rev 23880
Up slitaz-boot-scripts (463): busybox may need /usr/lib/libstd++.so
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 07 06:35:39 2020 +0000 (2020-07-07) |
parents | 5baa9d957a85 |
children | a5ee74db1fee |
files | qca-dev/receipt qca/receipt slitaz-boot-scripts/receipt |
line diff
1.1 --- a/qca-dev/receipt Sun Jul 05 12:49:35 2020 +0000 1.2 +++ b/qca-dev/receipt Tue Jul 07 06:35:39 2020 +0000 1.3 @@ -7,7 +7,7 @@ 1.4 MAINTAINER="pankso@slitaz.org" 1.5 LICENSE="LGPL2.1" 1.6 WANTED="qca" 1.7 -WEB_SITE="https://cgit.kde.org/qca.git/" 1.8 +WEB_SITE="https://userbase.kde.org/QCA" 1.9 1.10 DEPENDS="pkg-config" 1.11
2.1 --- a/qca/receipt Sun Jul 05 12:49:35 2020 +0000 2.2 +++ b/qca/receipt Tue Jul 07 06:35:39 2020 +0000 2.3 @@ -7,7 +7,7 @@ 2.4 MAINTAINER="pankso@slitaz.org" 2.5 LICENSE="LGPL2.1" 2.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.7 -WEB_SITE="https://cgit.kde.org/qca.git/" 2.8 +WEB_SITE="https://userbase.kde.org/QCA" 2.9 WGET_URL="http://delta.affinix.com/download/qca/${VERSION%.*}/$TARBALL" 2.10 2.11 DEPENDS="libQtCore" 2.12 @@ -16,7 +16,6 @@ 2.13 # Rules to configure and make the package. 2.14 compile_rules() 2.15 { 2.16 - cd $src 2.17 ./configure \ 2.18 --prefix=/usr \ 2.19 --certstore-path=/etc/ssl/certs/ca-certificates.crt \
3.1 --- a/slitaz-boot-scripts/receipt Sun Jul 05 12:49:35 2020 +0000 3.2 +++ b/slitaz-boot-scripts/receipt Tue Jul 07 06:35:39 2020 +0000 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="slitaz-boot-scripts" 3.7 -VERSION="461" 3.8 +VERSION="463" 3.9 CATEGORY="base-system" 3.10 SHORT_DESC="Provide all the initialisation scripts used at boot time." 3.11 MAINTAINER="pankso@slitaz.org"