[arch-commits] Commit in libcec/repos (4 files)
Ike Devolder
idevolder at archlinux.org
Tue Nov 4 12:58:07 UTC 2014
Date: Tuesday, November 4, 2014 @ 13:58:07
Author: idevolder
Revision: 121803
archrelease: copy trunk to community-testing-i686, community-testing-x86_64
Added:
libcec/repos/community-testing-i686/
libcec/repos/community-testing-i686/PKGBUILD
(from rev 121802, libcec/trunk/PKGBUILD)
libcec/repos/community-testing-x86_64/
libcec/repos/community-testing-x86_64/PKGBUILD
(from rev 121802, libcec/trunk/PKGBUILD)
-----------------------------------+
community-testing-i686/PKGBUILD | 27 +++++++++++++++++++++++++++
community-testing-x86_64/PKGBUILD | 27 +++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
Copied: libcec/repos/community-testing-i686/PKGBUILD (from rev 121802, libcec/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-11-04 12:58:07 UTC (rev 121803)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+# Contributor: Philippe Cherel <philippe.cherel at mayenne.org>
+# vim: ft=sh:
+
+pkgname=libcec
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
+arch=('i686' 'x86_64')
+url="http://libcec.pulse-eight.com/"
+license=('GPL')
+depends=('udev' 'lockdev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$pkgname/archive/$pkgname-$pkgver.tar.gz")
+
+build() {
+ cd "$pkgname-$pkgname-$pkgver"
+ autoreconf -vif
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
+sha256sums=('fd4f47a18d6e0f4b9e6f5831280207ee2b2a5fc2741ae32ae09ad12a8aa52917')
Copied: libcec/repos/community-testing-x86_64/PKGBUILD (from rev 121802, libcec/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2014-11-04 12:58:07 UTC (rev 121803)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+# Contributor: Philippe Cherel <philippe.cherel at mayenne.org>
+# vim: ft=sh:
+
+pkgname=libcec
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
+arch=('i686' 'x86_64')
+url="http://libcec.pulse-eight.com/"
+license=('GPL')
+depends=('udev' 'lockdev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$pkgname/archive/$pkgname-$pkgver.tar.gz")
+
+build() {
+ cd "$pkgname-$pkgname-$pkgver"
+ autoreconf -vif
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
+sha256sums=('fd4f47a18d6e0f4b9e6f5831280207ee2b2a5fc2741ae32ae09ad12a8aa52917')
More information about the arch-commits
mailing list