aboutsummaryrefslogtreecommitdiffstats
path: root/main/gnuchess/APKBUILD
blob: 3c3782e7f20009e60fde7028585ef22bb911fc86 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gnuchess
pkgver=6.1.2
pkgrel=0
pkgdesc="The GNU chess program"
url="http://www.gnu.org/software/chess/"
arch="all"
license="GPLv3+"
depends=
makedepends=
install=""
subpackages="$pkgname-doc"
source="ftp://ftp.gnu.org/pub/gnu/chess/gnuchess-$pkgver.tar.gz
	uclibc.patch
	"

_builddir="$srcdir"/gnuchess-$pkgver
prepare() {
	local i
	cd "$_builddir"
	for i in $source; do
		case $i in
		*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
		esac
	done
}

build() {
	cd "$_builddir"
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--sysconfdir=/etc \
		--mandir=/usr/share/man \
		--infodir=/usr/share/info \
		--localstatedir=/var \
		|| return 1
	make || return 1
}

package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1
}

md5sums="44e1d96f0eb04751351eccb22973e06f  gnuchess-6.1.2.tar.gz
9687f03c258f38644ed64f944a40c704  uclibc.patch"
sha256sums="14a1128f1cfa7d76a20d4f981d7e0dfc8e9da4548c1d754134a65ce65fe26696  gnuchess-6.1.2.tar.gz
9789daa44ff63392ed1051c1c71ae5592f694731e500860684953acf97cfe9a1  uclibc.patch"
sha512sums="ae6625f2a5bd5a8e42fc3983dd42b8908250d4c6629423f84b147c879886163c6b2b7896494017a5242e9d951333941abd1fac6376dd43af28978870da68a043  gnuchess-6.1.2.tar.gz
3f42fdcccfeab43f2e47ae599aee19a76a9e4b6af41f68456d30d8520fb410c689f2d56aae06c0588bea9b38e5aa508fb992cfc913906b6e5911d7f9d60bd9fc  uclibc.patch"