aboutsummaryrefslogtreecommitdiffstats
path: root/community/libcec
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-11-03 08:07:23 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-11-03 08:53:46 +0000
commit2f5e9721db834988a5415cb4b9b573eefded6c6b (patch)
treeb04327fbbd2f0dae85cb3ef62e964125b9bdda48 /community/libcec
parentaaffae553799acc509118322a8aea1b6b7981792 (diff)
downloadaports-2f5e9721db834988a5415cb4b9b573eefded6c6b.tar.bz2
aports-2f5e9721db834988a5415cb4b9b573eefded6c6b.tar.xz
community/libcec: add maintainer
Diffstat (limited to 'community/libcec')
-rw-r--r--community/libcec/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libcec/APKBUILD b/community/libcec/APKBUILD
index d127a9d841..cd5a368457 100644
--- a/community/libcec/APKBUILD
+++ b/community/libcec/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
-# Maintainer:
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libcec
pkgver=2.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="libcec for the Pulse-Eight USB-CEC adapter"
url="https://github.com/Pulse-Eight/libcec"
arch="all"
@@ -25,11 +25,11 @@ prepare() {
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
esac
done
+ ./bootstrap || return 1
}
build() {
cd "$_builddir"
- ./bootstrap || return 1
./configure \
--build=$CBUILD \
--host=$CHOST \