aboutsummaryrefslogtreecommitdiffstats
path: root/main/swish-e/APKBUILD
blob: 3adbbe5f52e68136983633e2a84d7bf7e2d7039a (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
# Contributor: Michael Mason <ms13sp@gmail.com>
# Maintainer: Michael Mason <ms13sp@gmail.com>
pkgname=swish-e
pkgver=2.4.7
pkgrel=11
pkgdesc="Simple Web Indexing System for Humans - Enhanced"
url="http://www.swish-e.org/"
arch="all"
license="GPL"
depends="perl-html-parser perl-html-tagset perl-libwww"
makedepends="perl-dev"
install=
subpackages="$pkgname-dev $pkgname-doc"
#source="http://www.swish-e.org/distribution/$pkgname-$pkgver.tar.gz"
source="https://distfiles.macports.org/swish-e/swish-e-$pkgver.tar.gz
	zlib-shadowing.patch"

builddir="$srcdir/$pkgname-$pkgver"

prepare() {
	default_prepare
	update_config_sub || return 1
}

build() {
	cd "$builddir"

	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--sysconfdir=/etc \
		--mandir=/usr/share/man \
		--infodir=/usr/share/info \
		|| return 1
	make || return 1
}

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

	# Move SwishSpiderConfig.pl because spider.pl won't run without default settings
	mv "$pkgdir"/usr/share/doc/swish-e/examples/prog-bin/SwishSpiderConfig.pl "$pkgdir"/usr/lib/swish-e/

}

sha512sums="859cb0cacea093f4d6c19353cafe723067569b832485689128b5a86e416aca3a03e1f852b96acc4cb5e6b0f6814cac364d4bbce0a2928fd5ac5224e14022a666  swish-e-2.4.7.tar.gz
33c637ac734a7a5e7be398728e3f109a20c9cb69fdb739339d3fbd0a2392fa135e442d8e682889b881e9bf049a3344f4f0e7b0cf5e009bd2ad40b1772e8910ec  zlib-shadowing.patch"