[arch-commits] Commit in libcec/repos (4 files)
Allan McRae
allan at archlinux.org
Thu Sep 10 05:51:21 UTC 2015
Date: Thursday, September 10, 2015 @ 07:51:21
Author: allan
Revision: 139763
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
libcec/repos/community-staging-i686/
libcec/repos/community-staging-i686/PKGBUILD
(from rev 139762, libcec/trunk/PKGBUILD)
libcec/repos/community-staging-x86_64/
libcec/repos/community-staging-x86_64/PKGBUILD
(from rev 139762, libcec/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+)
Copied: libcec/repos/community-staging-i686/PKGBUILD (from rev 139762, libcec/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-10 05:51:21 UTC (rev 139763)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+# Contributor: Philippe Cherel <philippe.cherel at mayenne.org>
+# vim: ft=sh:
+
+pkgname=libcec
+pkgver=3.0.1
+pkgrel=2
+pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
+arch=('i686' 'x86_64')
+url="http://libcec.pulse-eight.com/"
+license=('GPL')
+makedepends=('cmake')
+depends=('udev' 'lockdev' 'libplatform' 'libxrandr')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$pkgname/archive/$pkgname-$pkgver.tar.gz")
+sha256sums=('7e3670c8949a1964d6e5481f56dfff838857da10bdc60b506f6e9b7f117e253e')
+
+build() {
+ cd "$pkgname-$pkgname-$pkgver"
+ mkdir build
+ cd build
+ cmake .. \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_SHARED_LIBS=1 \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+ -DCMAKE_INSTALL_LIBDIR_NOARCH=/usr/lib
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgname-$pkgver/build"
+ make DESTDIR="$pkgdir" install
+}
Copied: libcec/repos/community-staging-x86_64/PKGBUILD (from rev 139762, libcec/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-09-10 05:51:21 UTC (rev 139763)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+# Contributor: Philippe Cherel <philippe.cherel at mayenne.org>
+# vim: ft=sh:
+
+pkgname=libcec
+pkgver=3.0.1
+pkgrel=2
+pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
+arch=('i686' 'x86_64')
+url="http://libcec.pulse-eight.com/"
+license=('GPL')
+makedepends=('cmake')
+depends=('udev' 'lockdev' 'libplatform' 'libxrandr')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$pkgname/archive/$pkgname-$pkgver.tar.gz")
+sha256sums=('7e3670c8949a1964d6e5481f56dfff838857da10bdc60b506f6e9b7f117e253e')
+
+build() {
+ cd "$pkgname-$pkgname-$pkgver"
+ mkdir build
+ cd build
+ cmake .. \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_SHARED_LIBS=1 \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+ -DCMAKE_INSTALL_LIBDIR_NOARCH=/usr/lib
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgname-$pkgver/build"
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list