18 lines
476 B
Bash
18 lines
476 B
Bash
# Template file for 'xlogo'
|
|
pkgname=xlogo
|
|
version=1.0.5
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXaw-devel"
|
|
short_desc="X Window System logo"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="http://www.x.org/archive/X11R6.8.1/doc/xlogo.1.html"
|
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
|
|
checksum=633d7a3aa5df61e4e643b740e5799664741ab1a0ba40593e54fcd15dc30f378e
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|