2009-03-19 02:06:20 +01:00
|
|
|
# Template build file for 'libXmu'.
|
2008-10-04 06:29:49 +02:00
|
|
|
pkgname=libXmu
|
2013-09-13 10:25:14 +02:00
|
|
|
version=1.1.2
|
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2013-03-24 15:23:12 +01:00
|
|
|
hostmakedepends="pkg-config"
|
|
|
|
makedepends="libXext-devel libXt-devel"
|
2008-10-01 05:09:19 +02:00
|
|
|
short_desc="X Miscellaneous Utilities library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-03-06 16:30:51 +01:00
|
|
|
license="MIT"
|
2013-03-24 15:23:12 +01:00
|
|
|
homepage="http://xorg.freedesktop.org"
|
|
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
2013-09-13 10:25:14 +02:00
|
|
|
checksum=756edc7c383254eef8b4e1b733c3bf1dc061b523c9f9833ac7058378b8349d0b
|
2008-10-01 05:09:19 +02:00
|
|
|
long_desc="
|
|
|
|
This Xmu library contains miscellaneous utilities and is not part of the
|
|
|
|
Xlib standard. It contains routines which only use public interfaces
|
|
|
|
so that it may be layered on top of any proprietary implementation of
|
|
|
|
Xlib or Xt.
|
|
|
|
|
2012-03-06 16:30:51 +01:00
|
|
|
This also includes the Mini Xmu library that does not use Xt and Xaw."
|
2013-04-13 10:15:49 +02:00
|
|
|
|
|
|
|
libXmu-devel_package() {
|
|
|
|
depends="xproto libXext-devel libXt-devel libXmu>=${version}"
|
2013-09-13 10:25:14 +02:00
|
|
|
short_desc+=" - development files"
|
2013-04-13 10:15:49 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove "usr/lib/*.a"
|
2013-09-13 10:25:14 +02:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-13 10:15:49 +02:00
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
}
|
|
|
|
}
|