[arch-commits] Commit in (libltc libltc/repos libltc/trunk libltc/trunk/PKGBUILD)

speps speps at archlinux.org
Sun Aug 31 12:35:10 UTC 2014


    Date: Sunday, August 31, 2014 @ 14:35:09
  Author: speps
Revision: 118095

addpkg: libltc 1.1.4
Recommended by xjadeo 0.8.0

Added:
  libltc/
  libltc/repos/
  libltc/trunk/
  libltc/trunk/PKGBUILD

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

Added: libltc/trunk/PKGBUILD
===================================================================
--- libltc/trunk/PKGBUILD	                        (rev 0)
+++ libltc/trunk/PKGBUILD	2014-08-31 12:35:09 UTC (rev 118095)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: DrZaius <lou[at]fakeoutdoorsman.com>
+
+pkgname=libltc
+pkgver=1.1.4
+pkgrel=1
+pkgdesc="Linear/Logitudinal Time Code (LTC) Library"
+arch=('i686' 'x86_64')
+url="http://x42.github.io/libltc/"
+license=('GPL3')
+depends=('glibc')
+source=("https://github.com/x42/libltc/releases/download/v$pkgver/libltc-$pkgver.tar.gz")
+md5sums=('34f7e716c8f0b041bf5f08b62162b1e3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}




More information about the arch-commits mailing list