xbps-devel: update for latest changes in repo.
This commit is contained in:
parent
5a78f5383a
commit
0402b611fb
|
@ -2,16 +2,20 @@
|
|||
pkgname=xbps-devel
|
||||
version="$(date +%Y%m%d)"
|
||||
build_style=configure
|
||||
configure_script="env LDFLAGS= ./configure"
|
||||
configure_args="--prefix=/ --includedir=/usr/include
|
||||
--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>"
|
||||
homepage="http://code.google.com/p/xbps"
|
||||
license="BSD"
|
||||
long_desc="
|
||||
The XBPS package system. A new, fast, from scratch and simple
|
||||
binary package manager. This packages includes code from a development
|
||||
branch available from https://launchpad.net/xbps"
|
||||
|
||||
conf_files="/etc/xbps-conf.plist"
|
||||
subpackages="$pkgname-static"
|
||||
provides="xbps-9999"
|
||||
replaces="xbps>=0"
|
||||
|
@ -24,6 +28,7 @@ Add_dependency run proplib
|
|||
Add_dependency run libarchive
|
||||
Add_dependency run libssl
|
||||
Add_dependency run libfetch
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build mercurial
|
||||
Add_dependency build zlib-devel
|
||||
|
|
Loading…
Reference in New Issue