xorg-util-macros: fix cross build; respect upstream pkg-config location.
This commit is contained in:
parent
6f2a4197d2
commit
0cad1a7c57
1 changed files with 5 additions and 12 deletions
|
@ -1,24 +1,17 @@
|
||||||
# Template file for 'xorg-util-macros'
|
# Template file for 'xorg-util-macros'
|
||||||
pkgname=xorg-util-macros
|
pkgname=xorg-util-macros
|
||||||
version=1.15.0
|
version=1.15.0
|
||||||
wrksrc="util-macros-${version}"
|
revision=3
|
||||||
distfiles="${XORG_SITE}/util/util-macros-$version.tar.bz2"
|
noarch=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
revision=2
|
|
||||||
short_desc="Xorg autotool macros"
|
short_desc="Xorg autotool macros"
|
||||||
homepage="http://xorg.freedesktop.org"
|
homepage="http://xorg.freedesktop.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
wrksrc="util-macros-${version}"
|
||||||
|
distfiles="${XORG_SITE}/util/util-macros-$version.tar.bz2"
|
||||||
checksum=b31c6d39014e537ff95609661a4f8258f7c4a4f3b8bdfdad3d69bdd5cb80f40e
|
checksum=b31c6d39014e537ff95609661a4f8258f7c4a4f3b8bdfdad3d69bdd5cb80f40e
|
||||||
long_desc="
|
long_desc="
|
||||||
This package contains the autoconf/automake macros shared by the various
|
This package contains the autoconf/automake macros shared by the various
|
||||||
modular Xorg components."
|
modular Xorg components."
|
||||||
|
|
||||||
noarch=yes
|
|
||||||
|
|
||||||
post_install()
|
|
||||||
{
|
|
||||||
install -d ${DESTDIR}/usr/lib
|
|
||||||
mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib/pkgconfig
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue