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

Antonio Rojas arojas at archlinux.org
Sat Mar 5 22:45:30 UTC 2016


    Date: Saturday, March 5, 2016 @ 23:45:29
  Author: arojas
Revision: 260977

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

Added:
  libunicodenames/repos/testing-i686/
  libunicodenames/repos/testing-i686/PKGBUILD
    (from rev 260976, libunicodenames/trunk/PKGBUILD)
  libunicodenames/repos/testing-x86_64/
  libunicodenames/repos/testing-x86_64/PKGBUILD
    (from rev 260976, libunicodenames/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: libunicodenames/repos/testing-i686/PKGBUILD (from rev 260976, libunicodenames/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-03-05 22:45:29 UTC (rev 260977)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Bastien Dejean <baskerville at lavabit.com>
+
+pkgname=libunicodenames
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Library for retrieving Unicode annotation data'
+url='https://bitbucket.org/sortsmill/libunicodenames'
+arch=('i686' 'x86_64')
+license=('GPL3')
+makedepends=('wget')
+source=("http://downloads.sourceforge.net/project/sortsmill/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('fad3091a46094aa3c1e646f54c3ae8da9a501af8')
+
+build() {
+	cd ${pkgname}-${pkgver}
+	./configure --prefix=/usr --libexecdir=/usr/lib
+	make PREFIX=/usr
+}
+
+package() {
+	cd ${pkgname}-${pkgver}
+	make PREFIX=/usr DESTDIR="${pkgdir}" install
+}

Copied: libunicodenames/repos/testing-x86_64/PKGBUILD (from rev 260976, libunicodenames/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-03-05 22:45:29 UTC (rev 260977)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Bastien Dejean <baskerville at lavabit.com>
+
+pkgname=libunicodenames
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Library for retrieving Unicode annotation data'
+url='https://bitbucket.org/sortsmill/libunicodenames'
+arch=('i686' 'x86_64')
+license=('GPL3')
+makedepends=('wget')
+source=("http://downloads.sourceforge.net/project/sortsmill/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('fad3091a46094aa3c1e646f54c3ae8da9a501af8')
+
+build() {
+	cd ${pkgname}-${pkgver}
+	./configure --prefix=/usr --libexecdir=/usr/lib
+	make PREFIX=/usr
+}
+
+package() {
+	cd ${pkgname}-${pkgver}
+	make PREFIX=/usr DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list