mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
libXres: use xorgproto.
This commit is contained in:
parent
01cbb7da18
commit
1601a51656
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template build file for 'libXres'.
|
# Template build file for 'libXres'.
|
||||||
pkgname=libXres
|
pkgname=libXres
|
||||||
version=1.2.0
|
version=1.2.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-malloc0returnsnull"
|
configure_args="--enable-malloc0returnsnull"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="resourceproto libXext-devel"
|
makedepends="xorgproto libXext-devel"
|
||||||
short_desc="X Resource Information Extension Library"
|
short_desc="X Resource Information Extension Library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -18,7 +18,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libXres-devel_package() {
|
libXres-devel_package() {
|
||||||
depends="xproto ${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue