aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2011-11-13 16:25:09 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2011-11-13 16:25:09 +0000
commit4e009ba74dd3c01e6b8e82b5b441386a4d5590ea (patch)
treee542d3709f174d359853345a62a98fd13b5b747e /main
parent1fcf64d528f77e1d31cd56866430395fad276b70 (diff)
parent09817c651314e2868e5914028df6fddbe828a54d (diff)
downloadaports-4e009ba74dd3c01e6b8e82b5b441386a4d5590ea.tar.bz2
aports-4e009ba74dd3c01e6b8e82b5b441386a4d5590ea.tar.xz
Merge branch 'master' of ../aports-jbilyk
Diffstat (limited to 'main')
-rw-r--r--main/swish-e/APKBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/main/swish-e/APKBUILD b/main/swish-e/APKBUILD
index 67cb9ec97b..95034505be 100644
--- a/main/swish-e/APKBUILD
+++ b/main/swish-e/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Michael Mason <ms13sp@gmail.com>
pkgname=swish-e
pkgver=2.4.7
-pkgrel=4
+pkgrel=5
pkgdesc="Simple Web Indexing System for Humans - Enhanced"
url="http://www.swish-e.org/"
arch="all"
license="GPL"
-depends=""
+depends="perl-html-parser perl-html-tagset perl-libwww"
makedepends="perl-dev"
install=
subpackages="$pkgname-dev $pkgname-doc"
@@ -26,6 +26,10 @@ build() {
package() {
cd "$srcdir"/$pkgname-$pkgver
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/
+
rm "$pkgdir"/usr/lib/*.la
}