aboutsummaryrefslogtreecommitdiffstats
path: root/main/imake/APKBUILD
blob: c0d2f25687344f60d697ac00b5de6098ab970467 (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
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=imake
pkgver=1.0.8
pkgrel=1
pkgdesc="X Windows make utility"
url="https://www.x.org"
arch="all"
license="MIT-enna"
options="!check"  # No test suite.
makedepends="util-macros xorgproto"
subpackages="$pkgname-doc"
source="https://ftp.x.org/pub/individual/util/$pkgname-$pkgver.tar.bz2"

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

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

sha512sums="5352b0148664506c8eb7ba80f95fced146d150398673547ba0b2c7c966a382bc21de43dfb8e0d74e38a0a563f16ddbec48bf8c8e6daa1a0899a95403579d7728  imake-1.0.8.tar.bz2"