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

Andreas Radke andyrtr at gemini.archlinux.org
Mon Aug 8 19:28:33 UTC 2022


    Date: Monday, August 8, 2022 @ 19:28:33
  Author: andyrtr
Revision: 452428

archrelease: copy trunk to testing-x86_64

Added:
  libtirpc/repos/testing-x86_64/
  libtirpc/repos/testing-x86_64/PKGBUILD
    (from rev 452427, libtirpc/trunk/PKGBUILD)

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

Copied: libtirpc/repos/testing-x86_64/PKGBUILD (from rev 452427, libtirpc/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2022-08-08 19:28:33 UTC (rev 452428)
@@ -0,0 +1,30 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Tom Gundersen <teg at jklm.no>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=libtirpc
+pkgver=1.3.3
+pkgrel=1
+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')
+options=('debug')
+# git tree: git://linux-nfs.org/~steved/libtirpc
+source=(https://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('6e52c39148494e4836e2d5d4f28b11ddfa65394b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconf=/etc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  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