18 lines
473 B
Bash
18 lines
473 B
Bash
# Template build file for 'bdftopcf'.
|
|
pkgname=bdftopcf
|
|
version=1.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXfont-devel"
|
|
short_desc="BDF to PCF font converter for X11"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=4b4df05fc53f1e98993638d6f7e178d95b31745c4568cee407e167491fd311a2
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|