18 lines
455 B
Bash
18 lines
455 B
Bash
# Template build file for 'xfontsel'.
|
|
pkgname=xfontsel
|
|
version=1.0.6
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXaw-devel"
|
|
short_desc="X font selector"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="X11"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=25aa0b7c4262f5e99c07c2b96e00e4eb25b7e53f94fa803942af9d0e8da3001c
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|