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

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon Oct 21 13:20:21 UTC 2013


    Date: Monday, October 21, 2013 @ 15:20:21
  Author: spupykin
Revision: 98933

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

Added:
  libunibreak/repos/community-i686/
  libunibreak/repos/community-i686/PKGBUILD
    (from rev 98932, libunibreak/trunk/PKGBUILD)
  libunibreak/repos/community-x86_64/
  libunibreak/repos/community-x86_64/PKGBUILD
    (from rev 98932, libunibreak/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: libunibreak/repos/community-i686/PKGBUILD (from rev 98932, libunibreak/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-10-21 13:20:21 UTC (rev 98933)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 83714 2013-02-04 16:20:13Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Orivej Desh <smpuj at bk.ru>
+
+pkgname=libunibreak
+pkgver=1.1
+pkgrel=1
+pkgdesc="An implementation of the line breaking algorithm as described in Unicode 5.2.0 Standard Annex 14, Revision 24"
+arch=("i686" "x86_64")
+url="http://vimgadgets.sourceforge.net/libunibreak/"
+license=("custom:zlib/libpng")
+depends=("glibc")
+makedepends=()
+replaces=('liblinebreak')
+options=("!libtool")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz")
+md5sums=('80c933a03493bd920553c9380aa7f13d')
+
+build() {
+  cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: libunibreak/repos/community-x86_64/PKGBUILD (from rev 98932, libunibreak/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-10-21 13:20:21 UTC (rev 98933)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 83714 2013-02-04 16:20:13Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Orivej Desh <smpuj at bk.ru>
+
+pkgname=libunibreak
+pkgver=1.1
+pkgrel=1
+pkgdesc="An implementation of the line breaking algorithm as described in Unicode 5.2.0 Standard Annex 14, Revision 24"
+arch=("i686" "x86_64")
+url="http://vimgadgets.sourceforge.net/libunibreak/"
+license=("custom:zlib/libpng")
+depends=("glibc")
+makedepends=()
+replaces=('liblinebreak')
+options=("!libtool")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz")
+md5sums=('80c933a03493bd920553c9380aa7f13d')
+
+build() {
+  cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}




More information about the arch-commits mailing list