# $Id$ # Maintainer: Lukas Fleischer # Contributor: Ronald van Haren # Contributor: Roman Kyrylych # Contributor: Andreas Zwinkau # Contributor: rabyte # Contributor: Stefan Husmann < stefan-husmann@t-online.de> pkgname=ttf-liberation pkgver=1.07.1 pkgrel=2 pkgdesc='Red Hats Liberation fonts.' arch=('any') license=('custom' 'GPL2') url='https://www.redhat.com/promo/fonts/' depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils') makedepends=('fontforge') install=ttf.install source=("https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-ttf-$pkgver.tar.gz") md5sums=('0be45d54cc5e1c2e3102e32b8c190346') package() { cd "$srcdir/liberation-fonts-ttf-$pkgver" install -d "$pkgdir/usr/share/fonts/TTF/" install -m644 *.ttf "$pkgdir/usr/share/fonts/TTF/" # install license install -Dm644 "${srcdir}/liberation-fonts-ttf-${pkgver}/License.txt" \ "${pkgdir}/usr/share/licenses/${pkgname}/License.txt" }