xbps-devel: use external proplib and libfetch.

This commit is contained in:
Juan RP 2011-01-12 17:17:43 +01:00
parent 95921b09db
commit 3791b9552d
3 changed files with 9 additions and 3 deletions

View file

@ -3,7 +3,8 @@ pkgname=xbps-devel
version="$(date +%Y%m%d)"
build_style=configure
configure_args="--prefix=/ --includedir=/usr/include
--datadir=/usr/share --mandir=/usr/share/man --with-pie"
--datadir=/usr/share --mandir=/usr/share/man --with-pie
--with-external-proplib --with-external-libfetch"
short_desc="The XBPS package system (development branch)"
maintainer="Juan RP <xtraeme@gmail.com>"
long_desc="
@ -18,12 +19,16 @@ noextract=yes
Add_dependency run glibc
Add_dependency run zlib
Add_dependency run proplib
Add_dependency run libarchive
Add_dependency run libssl
Add_dependency run libfetch
Add_dependency build mercurial
Add_dependency build zlib-devel
Add_dependency build proplib-devel
Add_dependency build libarchive-devel
Add_dependency build openssl-devel
Add_dependency build libfetch-devel
do_fetch()
{

View file

@ -6,7 +6,7 @@ long_desc="${long_desc}
This package contains the static binaries and library, that can be
used on any GNU/Linux distribution matching the architecture."
replaces="xbps-static"
replaces="xbps-static>=0"
do_install()
{

View file

@ -204,7 +204,8 @@ libgnutls-openssl.so.26 gnutls gnutls-devel
libwrap.so tcp_wrappers-libs tcp_wrappers-devel
libdevmapper.so.1.02 device-mapper device-mapper-devel
libprop.so proplib proplib-devel
libxbps.so xbps
libxbps.so xbps xbps-static
libxbps.so xbps-devel xbps-devel-static
libfontenc.so libfontenc libfontenc-devel
libXfont.so libXfont libXfont-devel
libx86.so libx86 libx86-devel