xbps-devel: use external proplib and libfetch.
This commit is contained in:
parent
95921b09db
commit
3791b9552d
3 changed files with 9 additions and 3 deletions
|
@ -3,7 +3,8 @@ pkgname=xbps-devel
|
||||||
version="$(date +%Y%m%d)"
|
version="$(date +%Y%m%d)"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/ --includedir=/usr/include
|
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)"
|
short_desc="The XBPS package system (development branch)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
long_desc="
|
long_desc="
|
||||||
|
@ -18,12 +19,16 @@ noextract=yes
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run zlib
|
Add_dependency run zlib
|
||||||
|
Add_dependency run proplib
|
||||||
Add_dependency run libarchive
|
Add_dependency run libarchive
|
||||||
Add_dependency run libssl
|
Add_dependency run libssl
|
||||||
|
Add_dependency run libfetch
|
||||||
Add_dependency build mercurial
|
Add_dependency build mercurial
|
||||||
Add_dependency build zlib-devel
|
Add_dependency build zlib-devel
|
||||||
|
Add_dependency build proplib-devel
|
||||||
Add_dependency build libarchive-devel
|
Add_dependency build libarchive-devel
|
||||||
Add_dependency build openssl-devel
|
Add_dependency build openssl-devel
|
||||||
|
Add_dependency build libfetch-devel
|
||||||
|
|
||||||
do_fetch()
|
do_fetch()
|
||||||
{
|
{
|
||||||
|
|
|
@ -6,7 +6,7 @@ long_desc="${long_desc}
|
||||||
This package contains the static binaries and library, that can be
|
This package contains the static binaries and library, that can be
|
||||||
used on any GNU/Linux distribution matching the architecture."
|
used on any GNU/Linux distribution matching the architecture."
|
||||||
|
|
||||||
replaces="xbps-static"
|
replaces="xbps-static>=0"
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
|
|
|
@ -204,7 +204,8 @@ libgnutls-openssl.so.26 gnutls gnutls-devel
|
||||||
libwrap.so tcp_wrappers-libs tcp_wrappers-devel
|
libwrap.so tcp_wrappers-libs tcp_wrappers-devel
|
||||||
libdevmapper.so.1.02 device-mapper device-mapper-devel
|
libdevmapper.so.1.02 device-mapper device-mapper-devel
|
||||||
libprop.so proplib proplib-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
|
libfontenc.so libfontenc libfontenc-devel
|
||||||
libXfont.so libXfont libXfont-devel
|
libXfont.so libXfont libXfont-devel
|
||||||
libx86.so libx86 libx86-devel
|
libx86.so libx86 libx86-devel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue