aboutsummaryrefslogtreecommitdiffstats
path: root/main/xextproto/APKBUILD
blob: 3fff0031141fdf473f8fecadef5c3d9bdf437901 (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
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xextproto
pkgver=7.1.2
pkgrel=0
pkgdesc="X11 various extension wire protocol"
url="http://xorg.freedesktop.org/"
arch="x86 x86_64"
license="custom"
depends=""
makedepends=""
source="http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$pkgver.tar.bz2"

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

package() {
	cd "$srcdir"/$pkgname-$pkgver
	make DESTDIR=""$pkgdir"" install || return 1
	install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
}
md5sums="263ae968b223c23b2986603d84e5c30e  xextproto-7.1.2.tar.bz2"