diff --git a/srcpkgs/xbps-devel/template b/srcpkgs/xbps-devel/template index c8357692584..57c1661704d 100644 --- a/srcpkgs/xbps-devel/template +++ b/srcpkgs/xbps-devel/template @@ -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 " +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