aboutsummaryrefslogtreecommitdiffstats
path: root/main/compositeproto/APKBUILD
blob: a9052e402da86e29ae876a8ffd4ab253d9e4f08e (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
34
35
36
37
38
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=compositeproto
pkgver=0.4.2
pkgrel=4
pkgdesc="X11 Composite extension wire protocol"
url="http://xorg.freedesktop.org/"
arch="noarch"
license="MIT"
options="!check"  # No test suite.
depends="fixesproto"
makedepends="util-macros"
subpackages="$pkgname-doc"
source="http://www.x.org/releases/individual/proto/$pkgname-$pkgver.tar.bz2"

prepare() {
	cd "$builddir"
	update_config_sub
	default_prepare
}

build() {
	cd "$builddir"
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr
	make
}

package() {
	cd "$builddir"
	make DESTDIR="$pkgdir" install
	install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}

md5sums="98482f65ba1e74a08bf5b056a4031ef0  compositeproto-0.4.2.tar.bz2"
sha256sums="049359f0be0b2b984a8149c966dd04e8c58e6eade2a4a309cf1126635ccd0cfc  compositeproto-0.4.2.tar.bz2"
sha512sums="ad5e4d87b77a8447c228ca85ac8d010d93b5c64929dc866e99a25700b9905f7c3f22e48f8c7fdc54e87879ddcc90e5d4adc338aeea393d7057b19b5ccae31f11  compositeproto-0.4.2.tar.bz2"