New package: xar-1.5.2.
This commit is contained in:
parent
bd4151b909
commit
f273752926
6 changed files with 59 additions and 0 deletions
|
@ -988,3 +988,4 @@ libsbc.so.1 sbc-1.0_1
|
||||||
libecryptfs.so.0 libecryptfs-100_1
|
libecryptfs.so.0 libecryptfs-100_1
|
||||||
libmuffin.so.0 libmuffin-1.0.6_1
|
libmuffin.so.0 libmuffin-1.0.6_1
|
||||||
libnuma.so.1 libnuma-2.0.7_1
|
libnuma.so.1 libnuma-2.0.7_1
|
||||||
|
libxar.so.1 xar-1.5.2_1
|
||||||
|
|
1
srcpkgs/xar-devel
Symbolic link
1
srcpkgs/xar-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
xar
|
11
srcpkgs/xar/patches/configure_disable_rpath.patch
Normal file
11
srcpkgs/xar/patches/configure_disable_rpath.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- configure.orig 2012-08-23 16:25:41.891044934 +0200
|
||||||
|
+++ configure 2012-08-23 16:25:47.690906017 +0200
|
||||||
|
@@ -3277,7 +3277,7 @@ case "${host}" in
|
||||||
|
CFLAGS="$CFLAGS"
|
||||||
|
abi="elf"
|
||||||
|
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
|
||||||
|
- RPATH="-Wl,-rpath,"
|
||||||
|
+ RPATH=""
|
||||||
|
;;
|
||||||
|
*-*-netbsd*)
|
||||||
|
echo "$as_me:$LINENO: checking ABI" >&5
|
27
srcpkgs/xar/template
Normal file
27
srcpkgs/xar/template
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# Template file for 'xar'
|
||||||
|
pkgname=xar
|
||||||
|
version=1.5.2
|
||||||
|
revision=1
|
||||||
|
subpackages="xar-devel"
|
||||||
|
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
|
||||||
|
}
|
12
srcpkgs/xar/xar-devel.template
Normal file
12
srcpkgs/xar/xar-devel.template
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# Template file for 'xar-devel'.
|
||||||
|
#
|
||||||
|
noarch=yes
|
||||||
|
depends="xar>=$version"
|
||||||
|
short_desc="${short_desc} -- development files"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmove usr/include usr
|
||||||
|
}
|
7
srcpkgs/xar/xar.rshlibs
Normal file
7
srcpkgs/xar/xar.rshlibs
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
libbz2.so.1
|
||||||
|
libz.so.1
|
||||||
|
libcrypto.so.1
|
||||||
|
libacl.so.1
|
||||||
|
libxml2.so.2
|
||||||
|
libm.so.6
|
||||||
|
libc.so.6
|
Loading…
Reference in a new issue