summaryrefslogtreecommitdiffstats
path: root/main/kbproto/APKBUILD
blob: 520cd614a2d63702fbf810a8c0cf08b286939331 (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
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=kbproto
pkgver=1.0.6
pkgrel=1
pkgdesc="X11 XKB extension wire protocol"
url="http://xorg.freedesktop.org/"
arch="noarch"
license="MIT"
depends=""
makedepends=""
source="http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$pkgver.tar.bz2"

_builddir="$srcdir/$pkgname-$pkgver"
prepare() {
	cd "$_builddir"
	update_config_sub || return 1
}

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

package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1
}

md5sums="677ea8523eec6caca86121ad2dca0b71  kbproto-1.0.6.tar.bz2"
sha256sums="037cac0aeb80c4fccf44bf736d791fccb2ff7fd34c558ef8f03ac60b61085479  kbproto-1.0.6.tar.bz2"
sha512sums="3cef1df57138264dac9802cc4074bc58f82609c6ef859e238108d9ad1ac3a720b991d91f61ca47ea48c56019b465e7e6b37bcbe0b519d1999126255a7d879d54  kbproto-1.0.6.tar.bz2"