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

speps speps at archlinux.org
Sun Aug 31 14:38:30 UTC 2014


    Date: Sunday, August 31, 2014 @ 16:38:30
  Author: speps
Revision: 118098

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libltc/repos/community-i686/
  libltc/repos/community-i686/PKGBUILD
    (from rev 118097, libltc/trunk/PKGBUILD)
  libltc/repos/community-x86_64/
  libltc/repos/community-x86_64/PKGBUILD
    (from rev 118097, libltc/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: libltc/repos/community-i686/PKGBUILD (from rev 118097, libltc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-08-31 14:38:30 UTC (rev 118098)
@@ -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
+}

Copied: libltc/repos/community-x86_64/PKGBUILD (from rev 118097, libltc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-08-31 14:38:30 UTC (rev 118098)
@@ -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