font-bitstream-speedo: fix noarch=
This commit is contained in:
parent
1cf5f07ca4
commit
e6c8343126
1 changed files with 10 additions and 9 deletions
|
@ -1,19 +1,20 @@
|
|||
# Template build file for 'font-bitstream-speedo'.
|
||||
# Template file for 'font-bitstream-speedo'
|
||||
pkgname=font-bitstream-speedo
|
||||
version=1.0.2
|
||||
revision=3
|
||||
noarch="yes"
|
||||
revision=4
|
||||
archs=noarch
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config bdftopcf mkfontdir"
|
||||
depends="font-util"
|
||||
font_dirs="/usr/share/fonts/X11/Speedo"
|
||||
hostmakedepends="pkg-config bdftopcf mkfontscale"
|
||||
depends="font-util xbps-triggers"
|
||||
short_desc="Standard Speedo Bitstream PCF fonts"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
||||
license="MIT"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
distfiles="${XORG_SITE}/font/${pkgname}-${version}.tar.bz2"
|
||||
checksum=0708fe0046947b88c082b55844af8a861741dcdf087f0624bdf23fb773d76763
|
||||
|
||||
font_dirs="/usr/share/fonts/X11/Speedo"
|
||||
|
||||
post_install() {
|
||||
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in a new issue