aboutsummaryrefslogtreecommitdiffstats
path: root/main/fontsproto/APKBUILD
blob: cf10b52bd8735ea84b438e5689bdb68d8bb3daf2 (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=fontsproto
pkgver=2.1.1
pkgrel=0
pkgdesc="X11 font 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
	make || return 1
}

package() {
	cd "$srcdir"/$pkgname-$pkgver
	make DESTDIR="$pkgdir" install || return 1
}
md5sums="37102ffcaa73f77d700acd6f7a25d8f0  fontsproto-2.1.1.tar.bz2"