libXmu: cross build and dbg support.
This commit is contained in:
parent
9cff03ddeb
commit
6b2758f799
2 changed files with 7 additions and 11 deletions
|
@ -1,11 +1,7 @@
|
|||
# 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"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
|
|
|
@ -1,14 +1,16 @@
|
|||
# Template build file for 'libXmu'.
|
||||
pkgname=libXmu
|
||||
version=1.1.1
|
||||
homepage="http://xorg.freedesktop.org"
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
makedepends="pkg-config libX11-devel libXext-devel libXt-devel"
|
||||
revision=1
|
||||
subpackages="$pkgname-devel"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libXext-devel libXt-devel"
|
||||
short_desc="X Miscellaneous Utilities library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="http://xorg.freedesktop.org"
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
checksum=709081c550cc3a866d7c760a3f97384a1fe16e27fc38fe8169b8db9f33aa7edd
|
||||
long_desc="
|
||||
This Xmu library contains miscellaneous utilities and is not part of the
|
||||
|
@ -17,5 +19,3 @@ long_desc="
|
|||
Xlib or Xt.
|
||||
|
||||
This also includes the Mini Xmu library that does not use Xt and Xaw."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
|
|
Loading…
Reference in a new issue