16 lines
453 B
Bash
16 lines
453 B
Bash
# Template file for 'xorg-docs'
|
|
pkgname=xorg-docs
|
|
version=1.7.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Misc docs for the X Window System that don't fit into other packages"
|
|
maintainer="runrin <run.rin@rin.run>"
|
|
license="MIT, BSD-3-Clause"
|
|
homepage="www.x.org"
|
|
distfiles="${XORG_SITE}/doc/${pkgname}-${version}.tar.bz2"
|
|
checksum=24b8677c3462c10465cf50d40576d76682acd5835526093a575865b2aa242c4b
|
|
|
|
post_install() {
|
|
vlicense general/License.xml
|
|
}
|