libXmu: cross build and dbg support.

This commit is contained in:
Juan RP 2013-03-24 15:23:12 +01:00
parent 9cff03ddeb
commit 6b2758f799
2 changed files with 7 additions and 11 deletions

View file

@ -1,11 +1,7 @@
# Template file for 'libXmu-devel'. # Template file for 'libXmu-devel'.
# #
depends="xproto libX11-devel libXext-devel libXt-devel libXmu" depends="xproto libXext-devel libXt-devel libXmu>=${version}"
short_desc="${short_desc} -- development files" short_desc="${short_desc} -- development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
do_install() { do_install() {
vmove usr/include usr vmove usr/include usr

View file

@ -1,14 +1,16 @@
# Template build file for 'libXmu'. # Template build file for 'libXmu'.
pkgname=libXmu pkgname=libXmu
version=1.1.1 version=1.1.1
homepage="http://xorg.freedesktop.org" revision=2
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu-configure build_style=gnu-configure
makedepends="pkg-config libX11-devel libXext-devel libXt-devel" subpackages="$pkgname-devel"
revision=1 hostmakedepends="pkg-config"
makedepends="libXext-devel libXt-devel"
short_desc="X Miscellaneous Utilities library" short_desc="X Miscellaneous Utilities library"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="MIT" license="MIT"
homepage="http://xorg.freedesktop.org"
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
checksum=709081c550cc3a866d7c760a3f97384a1fe16e27fc38fe8169b8db9f33aa7edd checksum=709081c550cc3a866d7c760a3f97384a1fe16e27fc38fe8169b8db9f33aa7edd
long_desc=" long_desc="
This Xmu library contains miscellaneous utilities and is not part of the This Xmu library contains miscellaneous utilities and is not part of the
@ -17,5 +19,3 @@ long_desc="
Xlib or Xt. Xlib or Xt.
This also includes the Mini Xmu library that does not use Xt and Xaw." This also includes the Mini Xmu library that does not use Xt and Xaw."
subpackages="$pkgname-devel"