aports/main/font-dec-misc/APKBUILD

35 lines
832 B
Text
Raw Normal View History

2009-04-02 12:56:19 +00:00
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=font-dec-misc
2023-02-28 00:17:15 +00:00
pkgver=1.0.4
pkgrel=1
2009-04-02 12:56:19 +00:00
pkgdesc="X.org misc font"
url="https://xorg.freedesktop.org/"
2023-02-28 00:17:15 +00:00
arch="noarch"
license="HPND-sell-variant"
2023-05-05 17:28:12 +02:00
options="!check"
2022-10-08 14:22:06 +00:00
depends="encodings font-alias mkfontscale fontconfig"
makedepends="font-util-dev bdftopcf"
2023-02-28 00:17:15 +00:00
source="https://www.x.org/releases/individual/font/font-dec-misc-$pkgver.tar.xz"
2015-09-17 06:52:13 +00:00
build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
2009-04-02 12:56:19 +00:00
--with-mapfiles=/usr/share/fonts/util \
--with-fontdir=/usr/share/fonts/misc
make
2009-04-02 12:56:19 +00:00
}
2015-09-17 06:52:13 +00:00
package() {
2023-02-28 00:17:15 +00:00
make DESTDIR="$pkgdir" \
2015-09-17 06:52:13 +00:00
MKFONTDIR=: \
MKFONTSCALE=: \
FCCACHE=: \
install
2015-09-17 06:52:13 +00:00
}
2023-02-28 00:17:15 +00:00
sha512sums="
bf6c0e4924835346f1f7913a04fa3903a7c55d292317526dd8eaa799dfb3b52eb2157c34692d659b41a18123af8389785dcb4aa0c31fc387cb368642801c3335 font-dec-misc-1.0.4.tar.xz
"