23 lines
559 B
Plaintext
23 lines
559 B
Plaintext
# Template build file for 'xfontsel'.
|
|
pkgname=xfontsel
|
|
version=1.0.4
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXaw-devel"
|
|
short_desc="X font selector"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=25491e9b7762607299f8a7099c97452d9b83e92266f8b0579b380ca01e5a5f7e
|
|
long_desc="
|
|
This package provides xfontsel, a program to query and display
|
|
X11 fonts."
|
|
|
|
xfontsel_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|