[arch-commits] Commit in nanomsg/repos (4 files)
Anatol Pomozov
anatolik at archlinux.org
Mon Jan 12 23:14:54 UTC 2015
Date: Tuesday, January 13, 2015 @ 00:14:54
Author: anatolik
Revision: 125854
archrelease: copy trunk to community-i686, community-x86_64
Added:
nanomsg/repos/community-i686/
nanomsg/repos/community-i686/PKGBUILD
(from rev 125853, nanomsg/trunk/PKGBUILD)
nanomsg/repos/community-x86_64/
nanomsg/repos/community-x86_64/PKGBUILD
(from rev 125853, nanomsg/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
Copied: nanomsg/repos/community-i686/PKGBUILD (from rev 125853, nanomsg/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-12 23:14:54 UTC (rev 125854)
@@ -0,0 +1,33 @@
+# $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 125853, nanomsg/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-01-12 23:14:54 UTC (rev 125854)
@@ -0,0 +1,33 @@
+# $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"
+}
More information about the arch-commits
mailing list