18 lines
475 B
Bash
18 lines
475 B
Bash
# Template file for 'xconsole'
|
|
pkgname=xconsole
|
|
version=1.1.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXaw-devel"
|
|
short_desc="Monitor system console messages with X"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
|
|
checksum=0c775978cacdda76dfc8b5a97142f145a177d26220dd307866d9dd62e7391189
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|