font-sony-misc: fix noarch=
This commit is contained in:
parent
e1370cd004
commit
4764d94bf0
|
@ -1,19 +1,20 @@
|
|||
# Template build file for 'font-sony-misc'.
|
||||
# Template file for 'font-sony-misc'
|
||||
pkgname=font-sony-misc
|
||||
version=1.0.3
|
||||
revision=4
|
||||
noarch="yes"
|
||||
revision=5
|
||||
archs=noarch
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config bdftopcf font-util"
|
||||
makedepends="font-util"
|
||||
font_dirs="/usr/share/fonts/X11/misc"
|
||||
short_desc="Standard X11 sony PCF fonts"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
||||
homepage="https://wiki.freedesktop.org/xorg/"
|
||||
distfiles="${XORG_SITE}/font/${pkgname}-${version}.tar.bz2"
|
||||
checksum=2043a326ba347c9da5ca1e9bc363e2521c3ea40b43b1f9662d333efd4867cff5
|
||||
|
||||
font_dirs="/usr/share/fonts/X11/misc"
|
||||
|
||||
post_install() {
|
||||
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in New Issue