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