mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
xbps-devel: update for pkgconfig support.
This commit is contained in:
parent
2a1575e81c
commit
128a0e4222
2 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,8 @@ pkgname=xbps-devel
|
||||||
version="$(date -u +%Y%m%d)"
|
version="$(date -u +%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
|
||||||
|
--pkgconfigdir=/usr/lib/pkgconfig"
|
||||||
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>"
|
||||||
homepage="http://code.google.com/p/xbps"
|
homepage="http://code.google.com/p/xbps"
|
||||||
|
|
|
@ -16,4 +16,5 @@ do_install()
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove "sbin/*.static" sbin
|
vmove "sbin/*.static" sbin
|
||||||
vmove "lib/*.a" usr/lib
|
vmove "lib/*.a" usr/lib
|
||||||
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue