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

Anatol Pomozov anatolik at archlinux.org
Tue Aug 25 20:58:06 UTC 2015


    Date: Tuesday, August 25, 2015 @ 22:58:06
  Author: anatolik
Revision: 138768

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

Added:
  libpcl/repos/community-i686/
  libpcl/repos/community-i686/PKGBUILD
    (from rev 138767, libpcl/trunk/PKGBUILD)
  libpcl/repos/community-x86_64/
  libpcl/repos/community-x86_64/PKGBUILD
    (from rev 138767, libpcl/trunk/PKGBUILD)

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

Copied: libpcl/repos/community-i686/PKGBUILD (from rev 138767, libpcl/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-08-25 20:58:06 UTC (rev 138768)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+# Contributor: Brian Bidlock <bidulock at openss7.org>
+
+pkgname=libpcl
+pkgver=1.12
+pkgrel=3
+pkgdesc='The Portable Coroutine Library (PCL) implements the low level functionality for coroutines'
+license=(GPL2)
+url='http://xmailserver.org/libpcl.html'
+arch=(i686 x86_64)
+depends=(glibc)
+source=(http://xmailserver.org/pcl-$pkgver.tar.gz)
+sha1sums=('a206c8fb5a96e65005f414ac46aeccd4b3603c8d')
+
+build() {
+  cd pcl-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd pcl-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libpcl/repos/community-x86_64/PKGBUILD (from rev 138767, libpcl/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-08-25 20:58:06 UTC (rev 138768)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+# Contributor: Brian Bidlock <bidulock at openss7.org>
+
+pkgname=libpcl
+pkgver=1.12
+pkgrel=3
+pkgdesc='The Portable Coroutine Library (PCL) implements the low level functionality for coroutines'
+license=(GPL2)
+url='http://xmailserver.org/libpcl.html'
+arch=(i686 x86_64)
+depends=(glibc)
+source=(http://xmailserver.org/pcl-$pkgver.tar.gz)
+sha1sums=('a206c8fb5a96e65005f414ac46aeccd4b3603c8d')
+
+build() {
+  cd pcl-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd pcl-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list