17 lines
516 B
Bash
17 lines
516 B
Bash
# Template file for 'twm'
|
|
pkgname=twm
|
|
version=1.0.10
|
|
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.bz2"
|
|
checksum=6449eadca16ce0f0d900605b0cc020b95f40619261b7beccfb46bcc1836445d7
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|