aboutsummaryrefslogtreecommitdiffstats
path: root/main/xbitmaps/APKBUILD
blob: c7aa0e3dd613fb622ae55dd98ab5cb51964792c5 (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
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xbitmaps
pkgver=1.1.2
pkgrel=0
pkgdesc="X.org header files with bitmaps"
url="http://xorg.freedesktop.org"
arch="noarch"
license="MIT"
options="!check"  # No test suite.
depends="util-macros"
makedepends=
source="https://www.x.org/releases/individual/data/$pkgname-$pkgver.tar.bz2"

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

package() {
	cd "$builddir"
	make DESTDIR="$pkgdir" install
}

sha512sums="eed5e2fce9fc6c532984e6ed1262e440591e311ca6c61a7fe7a5c877df84bfc2d7aff388fb9c894fc098785b8e5352f0bd7c918252247a040cf123874847450d  xbitmaps-1.1.2.tar.bz2"