updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / libcec / PKGBUILD
blobb87434ead8ba4cee499da9a07f47ae6c81d5a00c
1 # Maintainer: Philippe Cherel <philippe.cherel at mayenne dot org>
3 pkgname=libcec
4 pkgver=1.4.0
5 pkgrel=1
6 pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
7 arch=('i686' 'x86_64')
8 url="https://github.com/Pulse-Eight/libcec"
9 license=('GPL')
10 depends=('udev>=151' 'glibc' 'gawk' 'autoconf>=2.13' 'automake>=1.11' 'pkg-config' 'gcc>=4.2')
11 provides=('libcec')
12 source=(https://github.com/Pulse-Eight/libcec/tarball/libcec-1.4.0/Pulse-Eight-libcec-libcec-1.4.0-0-g75394e0.tar.gz)
13 md5sums=('bab4e79762d12085eea694dd9021bd27')
15 build() {
16   mv "$srcdir/Pulse-Eight-libcec-75394e0" "$srcdir/$pkgname-$pkgver"
17   cd "$srcdir/$pkgname-$pkgver"
18   autoreconf -vif
19   ./configure --prefix=/usr
20   make
23 package() {
24   cd "$srcdir/$pkgname-$pkgver"
25   make DESTDIR="$pkgdir/" install