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

Christian Hesse eworm at archlinux.org
Thu May 18 11:26:48 UTC 2017


    Date: Thursday, May 18, 2017 @ 11:26:47
  Author: eworm
Revision: 296251

archrelease: copy trunk to testing-any

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

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

Copied: font-bitstream-speedo/repos/testing-any/PKGBUILD (from rev 296250, font-bitstream-speedo/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2017-05-18 11:26:47 UTC (rev 296251)
@@ -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=3
+pkgdesc="Bitstream Speedo fonts"
+arch=('any')
+url="http://xorg.freedesktop.org/"
+license=('custom')
+depends=('xorg-mkfontdir' 'xorg-mkfontscale' 'fontconfig')
+source=(http://xorg.freedesktop.org/releases/individual/font/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('13f6f107be164cfbf6be40d35ecf0c0f')
+
+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