aboutsummaryrefslogtreecommitdiffstats
path: root/main/fixesproto/APKBUILD
blob: 2db32801e5b9f1b838b6b28ad3bc887bd339d76b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=fixesproto
pkgver=5.0
pkgrel=0
pkgdesc="X11 Fixes extension wire protocol"
url="http://xorg.freedesktop.org/"
arch="all"
license="custom"
depends="xextproto"
makedepends=""
source="http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$pkgver.tar.bz2"

build() {
	cd "$srcdir"/$pkgname-$pkgver
	./configure --prefix=/usr
	make || return 1
}

package() {
	cd "$srcdir"/$pkgname-$pkgver
	make DESTDIR="$pkgdir" install || return 1
}
md5sums="e7431ab84d37b2678af71e29355e101d  fixesproto-5.0.tar.bz2"