libarchive: update to 2.8.4.
This commit is contained in:
parent
fca9e2ef24
commit
14b496e4e3
4 changed files with 2 additions and 9 deletions
|
@ -26,8 +26,6 @@ long_desc="
|
|||
* GNU tar support. Libarchive reads most GNU tar archives. If there
|
||||
is demand, this can be improved further."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run acl
|
||||
Add_dependency run attr
|
||||
|
|
|
@ -27,8 +27,6 @@ long_desc="
|
|||
* GNU tar support. Libarchive reads most GNU tar archives. If there
|
||||
is demand, this can be improved further."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run acl
|
||||
Add_dependency run attr
|
||||
|
|
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run acl-devel
|
||||
Add_dependency run zlib-devel
|
||||
Add_dependency run bzip2-devel
|
||||
|
|
|
@ -1,13 +1,12 @@
|
|||
# Template file for 'libarchive'
|
||||
pkgname=libarchive
|
||||
version=2.8.3
|
||||
revision=1
|
||||
version=2.8.4
|
||||
distfiles="http://libarchive.googlecode.com/files/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--without-xml2"
|
||||
short_desc="Library to read/write several different streaming archive formats"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=16095d15334b3c8dbb02db5af3d415f12c1c3bdd4eb43af7bbc36ab7572c0b7a
|
||||
checksum=86cffa3eaa28d3116f5d0b20284026c3762cf4a2b52b9844df2b494d4a89f688
|
||||
long_desc="
|
||||
Libarchive is a programming library that can create and read several
|
||||
different streaming archive formats, including most popular tar variants,
|
||||
|
|
Loading…
Reference in a new issue