18 lines
515 B
Bash
18 lines
515 B
Bash
# Template file for 'twm'
|
|
pkgname=twm
|
|
version=1.0.12
|
|
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=aaf201d4de04c1bb11eed93de4bee0147217b7bdf61b7b761a56b2fdc276afe4
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|