libarchive: update to 3.0.2, bump abi_depends.
This commit is contained in:
parent
3b795cd992
commit
ea2f1b74ba
5 changed files with 7 additions and 14 deletions
|
@ -47,7 +47,7 @@ libJIS.so glibc glibc-devel
|
||||||
libISOIR165.so glibc glibc-devel
|
libISOIR165.so glibc glibc-devel
|
||||||
libz.so.1 zlib zlib-devel
|
libz.so.1 zlib zlib-devel
|
||||||
libbz2.so.1 bzip2 bzip2-devel
|
libbz2.so.1 bzip2 bzip2-devel
|
||||||
libarchive.so.2 libarchive libarchive-devel
|
libarchive.so.12 libarchive libarchive-devel
|
||||||
libgcc_s.so.1 libgcc
|
libgcc_s.so.1 libgcc
|
||||||
libperl.so perl
|
libperl.so perl
|
||||||
libmp.so.3 gmp gmp-devel
|
libmp.so.3 gmp gmp-devel
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
# Template file for 'bsdcpio'.
|
# Template file for 'bsdcpio'.
|
||||||
#
|
#
|
||||||
revision=1
|
|
||||||
short_desc="BSD cpio(1) using libarchive"
|
short_desc="BSD cpio(1) using libarchive"
|
||||||
long_desc="
|
long_desc="
|
||||||
This package provides an interface similar to cpio(1), but using libarchive
|
This package provides an interface similar to cpio(1), but using libarchive
|
||||||
|
@ -27,9 +26,7 @@ long_desc="
|
||||||
* GNU tar support. Libarchive reads most GNU tar archives. If there
|
* GNU tar support. Libarchive reads most GNU tar archives. If there
|
||||||
is demand, this can be improved further."
|
is demand, this can be improved further."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
do_install()
|
|
||||||
{
|
|
||||||
vmove usr/bin usr
|
vmove usr/bin usr
|
||||||
vmove usr/share/man/man1/bsdcpio.1 usr/share/man/man1
|
vmove usr/share/man/man1/bsdcpio.1 usr/share/man/man1
|
||||||
vmove usr/share/man/man5/cpio.5 usr/share/man/man5
|
vmove usr/share/man/man5/cpio.5 usr/share/man/man5
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
# Template file for 'bsdtar'.
|
# Template file for 'bsdtar'.
|
||||||
#
|
#
|
||||||
revision=1
|
|
||||||
short_desc="BSD tar(1) using libarchive"
|
short_desc="BSD tar(1) using libarchive"
|
||||||
long_desc="
|
long_desc="
|
||||||
The bsdtar program has a number of advantages over previous tar
|
The bsdtar program has a number of advantages over previous tar
|
||||||
|
@ -28,9 +27,7 @@ long_desc="
|
||||||
* GNU tar support. Libarchive reads most GNU tar archives. If there
|
* GNU tar support. Libarchive reads most GNU tar archives. If there
|
||||||
is demand, this can be improved further."
|
is demand, this can be improved further."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
do_install()
|
|
||||||
{
|
|
||||||
vmove usr/bin/bsdtar usr/bin
|
vmove usr/bin/bsdtar usr/bin
|
||||||
vmove usr/share/man/man1/bsdtar.1 usr/share/man/man1
|
vmove usr/share/man/man1/bsdtar.1 usr/share/man/man1
|
||||||
vmove usr/share/man/man5/tar.5 usr/share/man/man5
|
vmove usr/share/man/man5/tar.5 usr/share/man/man5
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
abi_depends=">=2.6.0"
|
abi_depends=">=3.0.2"
|
||||||
api_depends="${abi_depends}"
|
api_depends="${abi_depends}"
|
||||||
|
|
|
@ -1,15 +1,14 @@
|
||||||
# Template file for 'libarchive'
|
# Template file for 'libarchive'
|
||||||
pkgname=libarchive
|
pkgname=libarchive
|
||||||
version=2.8.5
|
version=3.0.2
|
||||||
distfiles="http://libarchive.googlecode.com/files/$pkgname-$version.tar.gz"
|
distfiles="http://libarchive.googlecode.com/files/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-xml2"
|
configure_args="--without-xml2 --without-nettle"
|
||||||
revision=1
|
|
||||||
short_desc="Library to read/write several different streaming archive formats"
|
short_desc="Library to read/write several different streaming archive formats"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://code.google.com/p/libarchive"
|
homepage="http://code.google.com/p/libarchive"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
checksum=13993e0ffbd121ccda46ea226b1f8eac218de0fa8da7d8b1f998093d5c32a72d
|
checksum=b27a10182f4fc3f69d01419a59ddb16fccf5df8c4b166008c04f41905e29fd74
|
||||||
long_desc="
|
long_desc="
|
||||||
Libarchive is a programming library that can create and read several
|
Libarchive is a programming library that can create and read several
|
||||||
different streaming archive formats, including most popular tar variants,
|
different streaming archive formats, including most popular tar variants,
|
||||||
|
|
Loading…
Reference in a new issue