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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Jun 1 20:36:50 UTC 2018


    Date: Friday, June 1, 2018 @ 20:36:50
  Author: bpiotrowski
Revision: 325531

archrelease: copy trunk to testing-x86_64

Added:
  rpcsvc-proto/repos/testing-x86_64/
  rpcsvc-proto/repos/testing-x86_64/PKGBUILD
    (from rev 325530, rpcsvc-proto/trunk/PKGBUILD)

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

Copied: rpcsvc-proto/repos/testing-x86_64/PKGBUILD (from rev 325530, rpcsvc-proto/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2018-06-01 20:36:50 UTC (rev 325531)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=rpcsvc-proto
+pkgver=1.4
+pkgrel=1
+pkgdesc='rpcsvc protocol definitions from glibc'
+arch=('i686' 'x86_64')
+url='https://github.com/thkukuk/rpcsvc-proto'
+license=(BSD)
+depends=(glibc)
+source=($pkgname-$pkgver.tar.gz::https://github.com/thkukuk/rpcsvc-proto/archive/v$pkgver.tar.gz)
+md5sums=('3b2724bb7d6560ddcb4dbcdb5465de10')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list