mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 05:36:38 +02:00
34 lines
833 B
Text
34 lines
833 B
Text
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=font-micro-misc
|
|
pkgver=1.0.4
|
|
pkgrel=1
|
|
pkgdesc="X.org misc font"
|
|
url="https://xorg.freedesktop.org/"
|
|
arch="noarch"
|
|
license="Public Domain"
|
|
options="!check"
|
|
depends="encodings font-alias mkfontscale fontconfig"
|
|
makedepends="font-util-dev bdftopcf"
|
|
source="https://www.x.org/releases/individual/font/font-micro-misc-$pkgver.tar.xz"
|
|
|
|
build() {
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr \
|
|
--with-mapfiles=/usr/share/fonts/util \
|
|
--with-fontdir=/usr/share/fonts/mis
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" \
|
|
MKFONTDIR=: \
|
|
MKFONTSCALE=: \
|
|
FCCACHE=: \
|
|
install
|
|
}
|
|
|
|
sha512sums="
|
|
e9a402a5042eef0b618bc30b319256cae9f71f546c167c8b638a780f93cbdc2d61c472203efaee7077acedfac3b3981feefbc1017cfee8512077e61deff42ed3 font-micro-misc-1.0.4.tar.xz
|
|
"
|