libXaw: cross build and dbg support.
This commit is contained in:
parent
4a694eeeb7
commit
28654460ca
2 changed files with 7 additions and 7 deletions
|
@ -1,10 +1,7 @@
|
|||
# Template file for 'libXaw-devel'.
|
||||
#
|
||||
depends="xproto libXext-devel libXt-devel libXmu-devel libXpm-devel libXaw>=$version"
|
||||
short_desc="${short_desc} (development files)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
short_desc="${short_desc} -- development files"
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
|
|
|
@ -1,14 +1,17 @@
|
|||
# Template build file for 'libXaw'.
|
||||
pkgname=libXaw
|
||||
version=1.0.11
|
||||
revision=1
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-xmlto"
|
||||
subpackages="$pkgname-devel"
|
||||
makedepends="pkg-config libXext-devel libXt-devel libXmu-devel libXpm-devel"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libXext-devel libXt-devel libXmu-devel libXpm-devel"
|
||||
short_desc="X Athena Widgets Library from modular Xorg X11"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://xorg.freedesktop.org"
|
||||
license="MIT/X11"
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
checksum=87a874acbb71d1ee59b8047312fc91d89dcb373e2970f121184cdae29a3d9492
|
||||
long_desc="
|
||||
Xaw is the X Athena Widget Set. Xaw is a widget set based on the
|
||||
|
|
Loading…
Reference in a new issue