# Contributor: Michael Mason # Maintainer: Michael Mason 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"