[arch-commits] Commit in pps-tools/repos (community-x86_64 community-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Feb 7 22:23:37 UTC 2021


    Date: Sunday, February 7, 2021 @ 22:23:37
  Author: felixonmars
Revision: 848415

archrelease: copy trunk to community-x86_64

Added:
  pps-tools/repos/community-x86_64/
  pps-tools/repos/community-x86_64/PKGBUILD
    (from rev 848413, pps-tools/trunk/PKGBUILD)

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

Copied: pps-tools/repos/community-x86_64/PKGBUILD (from rev 848413, pps-tools/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2021-02-07 22:23:37 UTC (rev 848415)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Mike Swanson <mikeonthecomputer at gmail.com>
+
+pkgname=pps-tools
+pkgdesc="LinuxPPS user-space tools"
+pkgver=1.0.2
+pkgrel=1
+arch=('x86_64')
+url="http://linuxpps.org/"
+license=('GPL2')
+depends=('bash')
+source=("https://github.com/ago/pps-tools/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+b2sums=('bc60a9ea94bb57bcc2b7870da433ef04fbbc30e5c4d880b719a8e7fcabba0bef2996c086e6993b879f2515cd0c685659bfed5371904401e35120ae1e9dc0891a')
+
+build() {
+  cd $pkgname-$pkgver
+  LDLIBS=-lm make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -dm755 "$pkgdir/usr/bin" "$pkgdir/usr/include/sys"
+  LDLIBS=-lm make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list