wok rev 19600
Up: libarchive (3.2.2)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sun Jan 01 18:15:28 2017 +0000 (2017-01-01) |
parents | 5e3e8dca359a |
children | c4de6693ff08 |
files | libarchive-dev/receipt libarchive/receipt |
line diff
1.1 --- a/libarchive-dev/receipt Sun Jan 01 18:09:26 2017 +0000 1.2 +++ b/libarchive-dev/receipt Sun Jan 01 18:15:28 2017 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libarchive-dev" 1.7 -VERSION="3.1.2" 1.8 +VERSION="3.2.2" 1.9 CATEGORY="development" 1.10 SHORT_DESC="C librairy and command line tool archive dev files." 1.11 MAINTAINER="erjo@slitaz.org"
2.1 --- a/libarchive/receipt Sun Jan 01 18:09:26 2017 +0000 2.2 +++ b/libarchive/receipt Sun Jan 01 18:15:28 2017 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libarchive" 2.7 -VERSION="3.1.2" 2.8 +VERSION="3.2.2" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="C librairy and command line tool for reading archive." 2.11 MAINTAINER="erjo@slitaz.org" 2.12 @@ -11,7 +11,7 @@ 2.13 WGET_URL="${WEB_SITE}downloads/$TARBALL" 2.14 2.15 DEPENDS="acl libcrypto liblzma bzlib zlib libxml2" 2.16 -BUILD_DEPENDS="acl-dev attr-dev libcrypto-dev zlib-dev libxml2-dev" 2.17 +BUILD_DEPENDS="acl-dev attr-dev libcrypto-dev openssl-dev zlib-dev libxml2-dev" 2.18 2.19 # Rules to configure and make the package. 2.20 compile_rules()