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

Anatol Pomozov anatolik at archlinux.org
Tue Aug 4 14:12:11 UTC 2015


    Date: Tuesday, August 4, 2015 @ 16:12:10
  Author: anatolik
Revision: 137936

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

Added:
  nanomsg/repos/community-i686/PKGBUILD
    (from rev 137935, nanomsg/trunk/PKGBUILD)
  nanomsg/repos/community-x86_64/PKGBUILD
    (from rev 137935, nanomsg/trunk/PKGBUILD)
Deleted:
  nanomsg/repos/community-i686/PKGBUILD
  nanomsg/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   68 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   33 ---------------------
 community-x86_64/PKGBUILD |   33 ---------------------
 3 files changed, 68 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-08-04 14:11:29 UTC (rev 137935)
+++ community-i686/PKGBUILD	2015-08-04 14:12:10 UTC (rev 137936)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
-# Contributor: KokaKiwi <admin at kokaelkiwi.eu>
-# Contributor: James Bulmer <nekinie at gmail.com>
-
-pkgname=nanomsg
-pkgver=0.5
-_tag=$pkgver-beta
-pkgrel=1
-pkgdesc='Simple high-performance implementation of several "scalability protocols"'
-url='http://nanomsg.org/'
-license=(MIT)
-arch=(i686 x86_64)
-depends=(glibc)
-source=(http://download.nanomsg.org/nanomsg-$_tag.tar.gz)
-sha1sums=('2826bf58fe29550777dbe610e12ed20d386a6974')
-
-build() {
-  cd nanomsg-$_tag
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd nanomsg-$_tag
-  make check
-}
-
-package() {
-  cd nanomsg-$_tag
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: nanomsg/repos/community-i686/PKGBUILD (from rev 137935, nanomsg/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-08-04 14:12:10 UTC (rev 137936)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+# Contributor: KokaKiwi <admin at kokaelkiwi.eu>
+# Contributor: James Bulmer <nekinie at gmail.com>
+
+pkgname=nanomsg
+pkgver=0.6
+_tag=$pkgver-beta
+pkgrel=1
+pkgdesc='Simple high-performance implementation of several "scalability protocols"'
+url='http://nanomsg.org/'
+license=(MIT)
+arch=(i686 x86_64)
+depends=(glibc)
+source=(nanomsg-$pkgver.tar.gz::https://github.com/nanomsg/nanomsg/archive/$_tag.tar.gz)
+sha1sums=('637d3844c8928faf73aa6f8caaadd270c8c27dfd')
+
+build() {
+  cd nanomsg-$_tag
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd nanomsg-$_tag
+  make check
+}
+
+package() {
+  cd nanomsg-$_tag
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-08-04 14:11:29 UTC (rev 137935)
+++ community-x86_64/PKGBUILD	2015-08-04 14:12:10 UTC (rev 137936)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
-# Contributor: KokaKiwi <admin at kokaelkiwi.eu>
-# Contributor: James Bulmer <nekinie at gmail.com>
-
-pkgname=nanomsg
-pkgver=0.5
-_tag=$pkgver-beta
-pkgrel=1
-pkgdesc='Simple high-performance implementation of several "scalability protocols"'
-url='http://nanomsg.org/'
-license=(MIT)
-arch=(i686 x86_64)
-depends=(glibc)
-source=(http://download.nanomsg.org/nanomsg-$_tag.tar.gz)
-sha1sums=('2826bf58fe29550777dbe610e12ed20d386a6974')
-
-build() {
-  cd nanomsg-$_tag
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd nanomsg-$_tag
-  make check
-}
-
-package() {
-  cd nanomsg-$_tag
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: nanomsg/repos/community-x86_64/PKGBUILD (from rev 137935, nanomsg/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-08-04 14:12:10 UTC (rev 137936)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+# Contributor: KokaKiwi <admin at kokaelkiwi.eu>
+# Contributor: James Bulmer <nekinie at gmail.com>
+
+pkgname=nanomsg
+pkgver=0.6
+_tag=$pkgver-beta
+pkgrel=1
+pkgdesc='Simple high-performance implementation of several "scalability protocols"'
+url='http://nanomsg.org/'
+license=(MIT)
+arch=(i686 x86_64)
+depends=(glibc)
+source=(nanomsg-$pkgver.tar.gz::https://github.com/nanomsg/nanomsg/archive/$_tag.tar.gz)
+sha1sums=('637d3844c8928faf73aa6f8caaadd270c8c27dfd')
+
+build() {
+  cd nanomsg-$_tag
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd nanomsg-$_tag
+  make check
+}
+
+package() {
+  cd nanomsg-$_tag
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}



More information about the arch-commits mailing list