[arch-commits] Commit in libltc/repos (2 files)

David Runge dvzrv at archlinux.org
Sun Dec 3 22:38:38 UTC 2017


    Date: Sunday, December 3, 2017 @ 22:38:38
  Author: dvzrv
Revision: 272052

archrelease: copy trunk to community-testing-x86_64

Added:
  libltc/repos/community-testing-x86_64/
  libltc/repos/community-testing-x86_64/PKGBUILD
    (from rev 272051, libltc/trunk/PKGBUILD)

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

Copied: libltc/repos/community-testing-x86_64/PKGBUILD (from rev 272051, libltc/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-12-03 22:38:38 UTC (rev 272052)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: DrZaius <lou[at]fakeoutdoorsman.com>
+
+pkgname=libltc
+pkgver=1.3.0
+pkgrel=2
+pkgdesc="Linear/Logitudinal Time Code (LTC) Library"
+arch=('x86_64')
+url="https://x42.github.io/libltc/"
+license=('GPL3')
+depends=('glibc')
+source=("https://github.com/x42/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('c36a1c6b87429a0a541c958f9683f3ef5b4067a225f3a9a283123b7933386c88fd1a156e0582306e4cc1144a15ec2dadcbb2908c4d4f8678d794caf7f8bbb1fb')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+}



More information about the arch-commits mailing list