[arch-commits] Commit in font-bitstream-speedo/repos (2 files)

Christian Hesse eworm at archlinux.org
Tue Jun 5 08:31:22 UTC 2018


    Date: Tuesday, June 5, 2018 @ 08:31:19
  Author: eworm
Revision: 325908

archrelease: copy trunk to testing-any

Added:
  font-bitstream-speedo/repos/testing-any/
  font-bitstream-speedo/repos/testing-any/PKGBUILD
    (from rev 325907, font-bitstream-speedo/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: font-bitstream-speedo/repos/testing-any/PKGBUILD (from rev 325907, font-bitstream-speedo/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2018-06-05 08:31:19 UTC (rev 325908)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=font-bitstream-speedo
+pkgver=1.0.2
+pkgrel=4
+pkgdesc="Bitstream Speedo fonts"
+arch=('any')
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('xorg-mkfontdir' 'xorg-mkfontscale' 'fontconfig')
+source=(https://xorg.freedesktop.org/releases/individual/font/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('0708fe0046947b88c082b55844af8a861741dcdf087f0624bdf23fb773d76763')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+      --with-fontdir=/usr/share/fonts/speedo 
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rm -f "${pkgdir}/usr/share/fonts/speedo"/fonts.*
+  
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



More information about the arch-commits mailing list