void-packages/srcpkgs/libXmu/template

32 lines
993 B
Plaintext

# Template build file for 'libXmu'.
pkgname=libXmu
version=1.1.2
revision=1
build_style=gnu-configure
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=756edc7c383254eef8b4e1b733c3bf1dc061b523c9f9833ac7058378b8349d0b
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.
This also includes the Mini Xmu library that does not use Xt and Xaw."
libXmu-devel_package() {
depends="xproto libXext-devel libXt-devel libXmu>=${version}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
}
}