18 lines
475 B
Bash
18 lines
475 B
Bash
# Template file for 'xlogo'
|
|
pkgname=xlogo
|
|
version=1.0.7
|
|
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.xz"
|
|
checksum=8a3f67b20407a53286a7de1a04dbda12d272234d59ef35e68ecfaf7633d83624
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|