Date: Thursday, February 8, 2018 @ 23:23:04
  Author: bisson
Revision: 316494

db-move: moved libotf from [staging] to [testing] (x86_64)

Added:
  libotf/repos/testing-x86_64/
  libotf/repos/testing-x86_64/PKGBUILD
    (from rev 316493, libotf/repos/staging-x86_64/PKGBUILD)
Deleted:
  libotf/repos/staging-x86_64/

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

Copied: libotf/repos/testing-x86_64/PKGBUILD (from rev 316493, 
libotf/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2018-02-08 23:23:04 UTC (rev 316494)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+# Contributor: Ashish Shukla <wahjava...@gmail.com>
+
+pkgname=libotf
+pkgver=0.9.16
+pkgrel=1
+pkgdesc='OpenType Font library'
+url='http://www.nongnu.org/m17n/'
+license=('LGPL')
+arch=('x86_64')
+depends=('libxaw' 'freetype2')
+source=("http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('68db0ca3cda2d46a663a92ec26e6eb5adc392ea5191bcda74268f0aefa78066b')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       ./configure --prefix=/usr
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Reply via email to