18 lines
518 B
Bash
18 lines
518 B
Bash
# Template file for 'xload'
|
|
pkgname=xload
|
|
version=1.2.0
|
|
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=2c0fe6d624e1a25c1707e2d56407b979d6a78d64271df9ea0a89d99b81b59a80
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|