xbps-devel: install to /usr; needs which to build.

This commit is contained in:
Juan RP 2012-03-07 12:53:16 +01:00
parent f695d8ce60
commit b342d1ee85
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
pkgname=xbps-devel
version="$(date -u +%Y%m%d)"
build_style=configure
configure_args="--prefix=/ --exec-prefix=/usr --with-pie"
configure_args="--prefix=/ --exec-prefix=/usr --sbindir=/usr/sbin --with-pie"
short_desc="The XBPS package system (development branch)"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://code.google.com/p/xbps"
@ -23,6 +23,7 @@ noextract=yes
Add_dependency run xbps-triggers
Add_dependency build git
Add_dependency build which
Add_dependency build pkg-config
Add_dependency build zlib-devel
Add_dependency build proplib-devel

View file

@ -11,10 +11,9 @@ replaces="xbps-static>=0"
Add_dependency run xbps-triggers
do_install()
{
do_install() {
vmove usr/include usr
vmove "sbin/*.static" sbin
vmove "usr/sbin/*.static" usr/sbin
vmove "usr/lib/*.a" usr/lib
vmove usr/lib/pkgconfig usr/lib
}