libcec-git: switched to cmake
This commit is contained in:
parent
81dd0f4fd9
commit
151ec4523e
1 changed files with 7 additions and 6 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue