mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-14 01:34:42 +02:00
37 lines
956 B
Text
37 lines
956 B
Text
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=font-cronyx-cyrillic
|
|
pkgver=1.0.4
|
|
pkgrel=1
|
|
pkgdesc="X.org cronyx cyrillic fonts"
|
|
url="https://xorg.freedesktop.org/"
|
|
arch="noarch"
|
|
license="custom"
|
|
options="!check"
|
|
depends="encodings font-alias mkfontscale fontconfig"
|
|
makedepends="font-util-dev bdftopcf"
|
|
source="https://www.x.org/releases/individual/font/font-cronyx-cyrillic-$pkgver.tar.xz"
|
|
subpackages="$pkgname-doc"
|
|
|
|
build() {
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr \
|
|
--with-mapfiles=/usr/share/fonts/util \
|
|
--with-fontdir=/usr/share/fonts/cyrillic
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" \
|
|
MKFONTDIR=: \
|
|
MKFONTSCALE=: \
|
|
FCCACHE=: \
|
|
install
|
|
|
|
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
|
|
}
|
|
|
|
sha512sums="
|
|
39c0bfc08ac746fd98a668d7545da503e8413d5d66cdb1884489ed7221fa4f09dad8dc997ca39595113e2f12fd65de6d2bfd8eaf1480aa93d5eb961d2e2f7cff font-cronyx-cyrillic-1.0.4.tar.xz
|
|
"
|