18 lines
518 B
Bash
18 lines
518 B
Bash
# Template file for 'xload'
|
|
pkgname=xload
|
|
version=1.1.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="gettext pkg-config xorg-util-macros"
|
|
makedepends="libXaw-devel"
|
|
short_desc="System load average display for X"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="X11, MIT"
|
|
homepage="http://www.x.org/archive/X11R6.8.1/doc/xload.1.html"
|
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
|
|
checksum=8346b99120db24e0f42920f7f12e23e9b1b407d3a66ce419990387b608373031
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|