18 lines
515 B
Bash
18 lines
515 B
Bash
# Template file for 'twm'
|
|
pkgname=twm
|
|
version=1.0.11
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config xorg-util-macros bison"
|
|
makedepends="libXmu-devel"
|
|
short_desc="Tab Window Manager for the X Window System"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="http://www.x.org/archive/X11R6.8.1/doc/twm.1.html"
|
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
|
|
checksum=f4e8a842dec410e79741f25ed4dfac09df080835d0bba2e3983b5914569b68c7
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|