mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
font-micro-misc: cleanup.
This commit is contained in:
parent
a1698b7cb5
commit
75d9d032ca
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template build file for 'font-micro-misc'.
|
# Template file for 'font-micro-misc'
|
||||||
pkgname=font-micro-misc
|
pkgname=font-micro-misc
|
||||||
version=1.0.3
|
version=1.0.3
|
||||||
revision=4
|
revision=5
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config bdftopcf font-util"
|
hostmakedepends="pkg-config bdftopcf font-util"
|
||||||
makedepends="font-util"
|
makedepends="font-util"
|
||||||
depends="font-util"
|
depends="font-util"
|
||||||
font_dirs="/usr/share/fonts/X11/misc"
|
|
||||||
short_desc="Public domain micro font"
|
short_desc="Public domain micro font"
|
||||||
homepage="http://xorg.freedesktop.org/"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
homepage="http://xorg.freedesktop.org/"
|
||||||
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
||||||
checksum=9a3381c10f32d9511f0ad4179df395914c50779103c16cddf7017f5220ed8db6
|
checksum=9a3381c10f32d9511f0ad4179df395914c50779103c16cddf7017f5220ed8db6
|
||||||
|
font_dirs="/usr/share/fonts/X11/misc"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
||||||
|
|
Loading…
Add table
Reference in a new issue