2012-08-23 14:33:01 +00:00
|
|
|
# Template file for 'xar'
|
|
|
|
pkgname=xar
|
|
|
|
version=1.5.2
|
2013-04-14 16:42:25 +00:00
|
|
|
revision=2
|
2012-08-23 14:33:01 +00:00
|
|
|
build_style=gnu-configure
|
|
|
|
configure_args="--disable-static"
|
|
|
|
makedepends="acl-devel libxml2-devel openssl-devel"
|
|
|
|
short_desc="eXtensible ARchiver format"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="BSD"
|
|
|
|
homepage="https://code.google.com/p/xar"
|
|
|
|
distfiles="https://xar.googlecode.com/files/xar-${version}.tar.gz"
|
|
|
|
checksum=4c5d5682803cdfab16d72365cf51fc4075d597c5eeaa8c7d1990fea98cdae3e6
|
|
|
|
long_desc="
|
|
|
|
The XAR project aims to provide an easily extensible archive format. Important
|
|
|
|
design decisions include an easily extensible XML table of contents for random
|
|
|
|
access to archived files, storing the toc at the beginning of the archive to
|
|
|
|
allow for efficient handling of streamed archives, the ability to handle files
|
|
|
|
of arbitrarily large sizes, the ability to choose independent encodings for
|
|
|
|
individual files in the archive, the ability to store checksums for individual
|
|
|
|
files in both compressed and uncompressed form, and the ability to query the
|
|
|
|
table of content's rich meta-data."
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vinstall LICENSE 644 usr/share/licenses/xar
|
|
|
|
}
|
2013-04-14 16:42:25 +00:00
|
|
|
|
|
|
|
xar-devel_package() {
|
|
|
|
depends="xar>=$version"
|
2014-01-01 15:10:11 +00:00
|
|
|
short_desc+=" - development files"
|
2013-04-14 16:42:25 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
}
|
|
|
|
}
|