Skip to content

Instantly share code, notes, and snippets.

@kyrylo
Created June 6, 2014 19:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyrylo/ec8116a4e52c35dfa283 to your computer and use it in GitHub Desktop.
Save kyrylo/ec8116a4e52c35dfa283 to your computer and use it in GitHub Desktop.
# Maintainer: Kristaps Esterlins <kristaps.esterlins@gmail.com>
#
pkgname=artwiz-ru-fonts
_pkgname=artwiz_ru
pkgver=1
pkgrel=2
pkgdesc="Russian version of the artwiz fonts. Supported encodings: ISO 10646-1, KOI8-R and CP1251"
arch=('i686' 'x86_64')
url="http://www.freshports.org/russian/artwiz-ru/"
license=('GPL2')
depends=('xorg-fonts-encodings' 'xorg-font-utils' 'fontconfig')
conflicts=('artwiz-fonts' 'artwiz-latin1-fonts')
install=artwiz-ru-fonts.install
source=(http://distcache.freebsd.org/local-distfiles/novel/${_pkgname}.tar.bz2)
md5sums=(f19e06800c988b651d826ec6c9b20cfe)
build() {
cd ${srcdir}/fonts
install -d ${pkgdir}/usr/share/fonts/${pkgname}
install -m 644 *.pcf ${pkgdir}/usr/share/fonts/${pkgname}/ || return 1
install -m 644 fonts.alias ${pkgdir}/usr/share/fonts/${pkgname}/ || return 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment