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