17 lines
455 B
Bash
17 lines
455 B
Bash
# Template build file for 'xfontsel'.
|
|
pkgname=xfontsel
|
|
version=1.0.5
|
|
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@voidlinux.eu>"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=170d8550b96fb47b04db6181b947e6f6b8b97f4df5d691c351a278480cc931bf
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|