[arch-commits] Commit in libtirpc/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Nov 13 17:09:46 UTC 2019


    Date: Wednesday, November 13, 2019 @ 17:09:45
  Author: felixonmars
Revision: 368295

archrelease: copy trunk to staging-x86_64

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

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: libtirpc/repos/staging-x86_64/PKGBUILD (from rev 368294, libtirpc/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2019-11-13 17:09:45 UTC (rev 368295)
@@ -0,0 +1,27 @@
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=libtirpc
+pkgver=1.1.4
+pkgrel=2
+pkgdesc="Transport Independent RPC library (SunRPC replacement)"
+arch=('x86_64')
+url="http://git.linux-nfs.org/?p=steved/libtirpc.git;a=summary"
+license=('BSD')
+depends=('krb5')
+backup=('etc/netconfig')
+# git tree: git://linux-nfs.org/~steved/libtirpc
+source=(https://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('d85717035cb9bd6c45557a1eb1351d3af9a69ff7')
+
+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