xbps: new subpkgs: libxbps{,-devel} and xbps-tests.

This commit is contained in:
Juan RP 2012-07-06 15:13:09 +02:00
parent f0371d11cc
commit 313d7c84b4
12 changed files with 58 additions and 10 deletions

View File

@ -978,3 +978,4 @@ libORBit-2.so.0 libORBit2-2.14.19_1
libORBit-imodule-2.so.0 libORBit2-2.14.19_1
libORBitCosNaming-2.so.0 libORBit2-2.14.19_1
libminiupnpc.so.8 miniupnpc-1.6_1
libxbps.so.0 libxbps-0.16.3_2

1
srcpkgs/libxbps Symbolic link
View File

@ -0,0 +1 @@
xbps

1
srcpkgs/libxbps-devel Symbolic link
View File

@ -0,0 +1 @@
xbps

1
srcpkgs/xbps-tests Symbolic link
View File

@ -0,0 +1 @@
xbps

View File

@ -0,0 +1,15 @@
# Template file for 'libxbps'.
#
short_desc="${short_desc} - runtime library (development files)"
long_desc="${long_desc}
This package contains the libxbps develoment files."
depends="libxbps>=$version"
replaces="xbps-static<0.16.3_2"
do_install() {
vmove usr/include usr
vmove "usr/lib/*.a" usr/lib
vmove usr/lib/pkgconfig usr/lib
}

View File

@ -0,0 +1,8 @@
libfetch.so
libz.so.1
libpthread.so.0
libprop.so.0
libarchive.so.12
libconfuse.so.0
libcrypto.so.1
libc.so.6

View File

@ -0,0 +1,12 @@
# Template file for 'libxbps'.
#
short_desc="${short_desc} - runtime library"
long_desc="${long_desc}
This package contains libxbps, the XBPS runtime shared library."
replaces="xbps<0.16.3_2"
do_install() {
vmove "usr/lib/*.so*" usr/lib
}

View File

@ -1,14 +1,14 @@
# Template file for 'xbps'
pkgname=xbps
version=0.16.3
revision=1
revision=2
build_style=configure
configure_args="--prefix=/ --exec-prefix=/usr --with-pie --sbindir=/usr/sbin --with-tests"
depends="xbps-triggers"
makedepends="which pkg-config zlib-devel proplib-devel openssl-devel
libfetch-devel libarchive-devel confuse-devel atf-devel"
conf_files="/etc/xbps/xbps.conf"
subpackages="$pkgname-static"
subpackages="libxbps libxbps-devel xbps-static xbps-tests"
replaces="xbps>=0"
short_desc="The XBPS package system utilities"
maintainer="Juan RP <xtraeme@gmail.com>"

View File

@ -10,8 +10,5 @@ long_desc="${long_desc}
replaces="xbps-static>=0"
do_install() {
vmove usr/include usr
vmove "usr/sbin/*.static" usr/sbin
vmove "usr/lib/*.a" usr/lib
vmove usr/lib/pkgconfig usr/lib
}

View File

@ -0,0 +1,4 @@
libprop.so.0
libxbps.so.0
libpthread.so.0
libc.so.6

View File

@ -0,0 +1,12 @@
# Template file for 'xbps-tests'.
#
short_desc="${short_desc} - Kyua testsuite"
long_desc="${long_desc}
This package contains the Kyua testsuite."
replaces="xbps<0.16.3_2"
do_install() {
vmove usr/tests usr
}

View File

@ -1,9 +1,5 @@
libpthread.so.0
libprop.so.0
libc.so.6
libfetch.so
libz.so.1
libcrypto.so.1
libconfuse.so.0
librt.so.1
libarchive.so.12
libxbps.so.0