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

Andreas Radke andyrtr at archlinux.org
Sun Nov 1 10:42:40 UTC 2015


    Date: Sunday, November 1, 2015 @ 11:42:39
  Author: andyrtr
Revision: 249921

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

Added:
  libtirpc/repos/staging-i686/
  libtirpc/repos/staging-i686/PKGBUILD
    (from rev 249920, libtirpc/trunk/PKGBUILD)
  libtirpc/repos/staging-x86_64/
  libtirpc/repos/staging-x86_64/PKGBUILD
    (from rev 249920, libtirpc/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: libtirpc/repos/staging-i686/PKGBUILD (from rev 249920, libtirpc/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-11-01 10:42:39 UTC (rev 249921)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=libtirpc
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="Transport Independent RPC library (SunRPC replacement)"
+arch=('i686' 'x86_64')
+url="http://libtirpc.sourceforge.net/"
+license=('BSD')
+depends=('krb5')
+backup=('etc/netconfig')
+# git tree: git://linux-nfs.org/~steved/libtirpc
+source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('8da1636f98b5909c0d587e7534bc1e91f5c1a970')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconf=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: libtirpc/repos/staging-x86_64/PKGBUILD (from rev 249920, libtirpc/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-11-01 10:42:39 UTC (rev 249921)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=libtirpc
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="Transport Independent RPC library (SunRPC replacement)"
+arch=('i686' 'x86_64')
+url="http://libtirpc.sourceforge.net/"
+license=('BSD')
+depends=('krb5')
+backup=('etc/netconfig')
+# git tree: git://linux-nfs.org/~steved/libtirpc
+source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('8da1636f98b5909c0d587e7534bc1e91f5c1a970')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconf=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



More information about the arch-commits mailing list