summaryrefslogtreecommitdiff
path: root/social/opentracker/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'social/opentracker/PKGBUILD')
-rw-r--r--social/opentracker/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/social/opentracker/PKGBUILD b/social/opentracker/PKGBUILD
index f328607e7..355af768c 100644
--- a/social/opentracker/PKGBUILD
+++ b/social/opentracker/PKGBUILD
@@ -4,13 +4,13 @@ pkgname=opentracker
pkgver=20111020
pkgrel=1
pkgdesc='An open and free bittorrent tracker (open mode)'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url='http://erdgeist.org/arts/software/opentracker/'
license=('custom:Beer' 'GPL')
-makedepends=('libowfat' 'cvs')
+makedepends=('libowfat') # 'cvs')
depends=('bash' 'zlib')
backup=('etc/opentracker/config')
-install=${pkgname}.install
+#install=${pkgname}.install
source=("http://repo.parabolagnulinux.org/other/${pkgname}-${pkgver}.tar.gz"
'opentracker.rc.d'
'license.txt')
@@ -62,3 +62,6 @@ package(){
install -D -m 644 opentracker.conf.sample $pkgdir/etc/opentracker/config
install -D -m 644 $srcdir/license.txt $pkgdir/usr/share/licenses/opentracker/license.txt
}
+md5sums=('98cd42bcf1d61329195e6612d8d8d341'
+ '390bde9d010e79ab1309c02dcf9972e8'
+ '865211941e882c0aff5d36a22ac9efaa')