libcec-git: switched to cmake

This commit is contained in:
Cedric Girard 2015-04-26 13:37:59 +02:00
parent 81dd0f4fd9
commit 151ec4523e
1 changed files with 7 additions and 6 deletions

View File

@ -2,14 +2,14 @@
pkgname=libcec-git pkgname=libcec-git
epoch=1 epoch=1
pkgver=2.1.4.4.ga560d24 pkgver=2.1.4.149.gd2f8cf7
pkgrel=1 pkgrel=1
pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter" pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://github.com/Pulse-Eight/libcec" url="https://github.com/Pulse-Eight/libcec"
license=('GPL') license=('GPL')
makedepends=('git') makedepends=('git' 'libplatform')
depends=('udev>=151' 'lockdev') depends=('udev>=151' 'lockdev' 'libplatform' 'libxrandr')
provides=('libcec') provides=('libcec')
conflicts=('libcec') conflicts=('libcec')
options=('!libtool') options=('!libtool')
@ -23,9 +23,10 @@ pkgver() {
build() { build() {
cd "$srcdir"/libcec cd "$srcdir"/libcec
cmake . \
autoreconf -vif -DCMAKE_INSTALL_PREFIX=/usr \
./configure --prefix=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DCMAKE_INSTALL_LIBDIR_NOARCH=/usr/lib
make make
} }