2009-03-19 01:06:20 +00:00
|
|
|
# Template build file for 'libXmu'.
|
2008-10-04 04:29:49 +00:00
|
|
|
pkgname=libXmu
|
2013-09-13 08:25:14 +00:00
|
|
|
version=1.1.2
|
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2013-03-24 14:23:12 +00:00
|
|
|
hostmakedepends="pkg-config"
|
|
|
|
makedepends="libXext-devel libXt-devel"
|
2008-10-01 03:09:19 +00:00
|
|
|
short_desc="X Miscellaneous Utilities library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-03-06 15:30:51 +00:00
|
|
|
license="MIT"
|
2013-03-24 14:23:12 +00:00
|
|
|
homepage="http://xorg.freedesktop.org"
|
|
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
2013-09-13 08:25:14 +00:00
|
|
|
checksum=756edc7c383254eef8b4e1b733c3bf1dc061b523c9f9833ac7058378b8349d0b
|
2008-10-01 03:09:19 +00: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 15:30:51 +00:00
|
|
|
This also includes the Mini Xmu library that does not use Xt and Xaw."
|
2013-04-13 08:15:49 +00:00
|
|
|
|
|
|
|
libXmu-devel_package() {
|
|
|
|
depends="xproto libXext-devel libXt-devel libXmu>=${version}"
|
2013-09-13 08:25:14 +00:00
|
|
|
short_desc+=" - development files"
|
2013-04-13 08:15:49 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove "usr/lib/*.a"
|
2013-09-13 08:25:14 +00:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-13 08:15:49 +00:00
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
libXmu_package() {
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|