[arch-commits] Commit in fribidi/repos (4 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Sep 20 05:47:22 UTC 2014


    Date: Saturday, September 20, 2014 @ 07:47:22
  Author: bpiotrowski
Revision: 222141

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  fribidi/repos/testing-i686/
  fribidi/repos/testing-i686/PKGBUILD
    (from rev 222140, fribidi/trunk/PKGBUILD)
  fribidi/repos/testing-x86_64/
  fribidi/repos/testing-x86_64/PKGBUILD
    (from rev 222140, fribidi/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: fribidi/repos/testing-i686/PKGBUILD (from rev 222140, fribidi/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-09-20 05:47:22 UTC (rev 222141)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Nezmer <Nezmer at gmail.com>
+
+pkgname=fribidi
+pkgver=0.19.6
+pkgrel=2
+pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://fribidi.org"
+depends=('glib2')
+source=("http://fribidi.org/download/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('ce93d862344991173dabb609bf93ca1d')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+    --enable-malloc # FS#42017
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: fribidi/repos/testing-x86_64/PKGBUILD (from rev 222140, fribidi/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-09-20 05:47:22 UTC (rev 222141)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Nezmer <Nezmer at gmail.com>
+
+pkgname=fribidi
+pkgver=0.19.6
+pkgrel=2
+pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://fribidi.org"
+depends=('glib2')
+source=("http://fribidi.org/download/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('ce93d862344991173dabb609bf93ca1d')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+    --enable-malloc # FS#42017
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list