void-packages/srcpkgs/libXmu/template

37 lines
1 KiB
Plaintext

# Template build file for 'libXmu'.
pkgname=libXmu
version=1.1.1
revision=2
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=709081c550cc3a866d7c760a3f97384a1fe16e27fc38fe8169b8db9f33aa7edd
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="${short_desc} -- development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove usr/lib/pkgconfig
}
}
libXmu_package() {
pkg_install() {
vmove usr
}
}