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'
|
||||
pkgname=xorg-util-macros
|
||||
version=1.15.0
|
||||
wrksrc="util-macros-${version}"
|
||||
distfiles="${XORG_SITE}/util/util-macros-$version.tar.bz2"
|
||||
revision=3
|
||||
noarch=yes
|
||||
build_style=gnu-configure
|
||||
makedepends="pkg-config"
|
||||
revision=2
|
||||
hostmakedepends="pkg-config"
|
||||
short_desc="Xorg autotool macros"
|
||||
homepage="http://xorg.freedesktop.org"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
wrksrc="util-macros-${version}"
|
||||
distfiles="${XORG_SITE}/util/util-macros-$version.tar.bz2"
|
||||
checksum=b31c6d39014e537ff95609661a4f8258f7c4a4f3b8bdfdad3d69bdd5cb80f40e
|
||||
long_desc="
|
||||
This package contains the autoconf/automake macros shared by the various
|
||||
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