aboutsummaryrefslogtreecommitdiffstats
path: root/main/fixesproto/APKBUILD
blob: 74822bf31467dc4021cc2e66f88574c6f979d48f (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=4.1.2
pkgrel=0
pkgdesc="X11 Fixes extension wire protocol"
url="http://xorg.freedesktop.org/"
arch="x86 x86_64"
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="bdb58ecc313b509247036d5c11fa99df  fixesproto-4.1.2.tar.bz2"