[arch-commits] Commit in libfreexl (5 files)

Balló György bgyorgy at nymeria.archlinux.org
Thu Feb 20 17:40:58 UTC 2014


    Date: Thursday, February 20, 2014 @ 18:40:58
  Author: bgyorgy
Revision: 105987

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

Added:
  libfreexl/repos/
  libfreexl/repos/community-i686/
  libfreexl/repos/community-i686/PKGBUILD
    (from rev 105986, libfreexl/trunk/PKGBUILD)
  libfreexl/repos/community-x86_64/
  libfreexl/repos/community-x86_64/PKGBUILD
    (from rev 105986, libfreexl/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: libfreexl/repos/community-i686/PKGBUILD (from rev 105986, libfreexl/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2014-02-20 17:40:58 UTC (rev 105987)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Brian Galey <bkgaley at gmail dot com>
+# Contributor: Bruno Gola <brunogola at gmail dot com>
+
+pkgname=libfreexl
+pkgver=1.0.0g
+pkgrel=2
+pkgdesc="Library to extract valid data from within an Excel (.xls) spreadsheet"
+arch=('i686' 'x86_64')
+url="https://www.gaia-gis.it/fossil/freexl‎"
+license=('MPL' 'GPL' 'LGPL')
+depends=('glibc')
+source=("http://www.gaia-gis.it/gaia-sins//${pkgname/lib/}-$pkgver.tar.gz")
+sha256sums=('cf2b110f5fc7089fa61c7421f59caa4125b13087b4686ed82dba7abedf2ec266')
+
+build() {
+  cd "$srcdir/${pkgname/lib/}-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/${pkgname/lib/}-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: libfreexl/repos/community-x86_64/PKGBUILD (from rev 105986, libfreexl/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2014-02-20 17:40:58 UTC (rev 105987)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Brian Galey <bkgaley at gmail dot com>
+# Contributor: Bruno Gola <brunogola at gmail dot com>
+
+pkgname=libfreexl
+pkgver=1.0.0g
+pkgrel=2
+pkgdesc="Library to extract valid data from within an Excel (.xls) spreadsheet"
+arch=('i686' 'x86_64')
+url="https://www.gaia-gis.it/fossil/freexl‎"
+license=('MPL' 'GPL' 'LGPL')
+depends=('glibc')
+source=("http://www.gaia-gis.it/gaia-sins//${pkgname/lib/}-$pkgver.tar.gz")
+sha256sums=('cf2b110f5fc7089fa61c7421f59caa4125b13087b4686ed82dba7abedf2ec266')
+
+build() {
+  cd "$srcdir/${pkgname/lib/}-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/${pkgname/lib/}-$pkgver"
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list