summaryrefslogtreecommitdiff
path: root/libomxil-bellagio/APKBUILD
blob: 0043d2ad5e379365c3c816df386c4c44a6a59b21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Contributor: Karel Kočí <cynerd@email.cz>
# Maintainer: Karel Kočí <cynerd@email.cz>
pkgname=libomxil-bellagio
pkgver=0.9.1.1
srcver=3da79f88054521c1e52157c7fff68cf02ae95c34
pkgrel=0
pkgdesc="Bellagio OpenMAX IL"
url="https://github.com/felipec/libomxil-bellagio"
arch="armhf aarch64"
license="LGPL-2.1-or-later"
options="!check"

subpackages="
	$pkgname-dev
	$pkgname-doc
"

makedepends="automake autoconf libtool"
source="$pkgname-$pkgver.tar.gz::https://github.com/felipec/libomxil-bellagio/archive/$srcver.tar.gz"

build() {
	autoreconf -i -s
	./configure \
		--prefix=/usr \
		--disable-static
	make
}

package() {
	make DESTDIR="$pkgdir" install
	gzip "$pkgdir"/usr/share/man/man*/*
}
sha512sums="70fee42ea7a44eed728c0fede4b5e4350c88fa24e33e1a023e7a34d1fd86ca577d2d95b5ac234298cf08a7835ade6eb8a34deeb89e31ae48e6bde1ffbb613588  libomxil-bellagio-0.9.1.tar.gz"