summaryrefslogtreecommitdiff
path: root/community/delegate/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
commitcebf33d7109e0157a80f34d6136e212f0a28d274 (patch)
treea6464302c970f72581105b50ff0896e1f56def3d /community/delegate/PKGBUILD
parent1a65caeb80e2cc8c7b39262d72255124d0c8614e (diff)
parent5cb95ceee39e4691f768ea2fef60b8a106e92209 (diff)
Merge branch 'master' of gparabola:abslibre-mips64el
Diffstat (limited to 'community/delegate/PKGBUILD')
-rw-r--r--community/delegate/PKGBUILD16
1 files changed, 10 insertions, 6 deletions
diff --git a/community/delegate/PKGBUILD b/community/delegate/PKGBUILD
index 40a9833c3..ef8cb910c 100644
--- a/community/delegate/PKGBUILD
+++ b/community/delegate/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 65112 2012-02-20 04:49:31Z spupykin $
+# $Id: PKGBUILD 91876 2013-05-28 17:59:23Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=delegate
pkgver=9.9.7
-pkgrel=2
+pkgrel=3
pkgdesc="Caching and converting multyprotocol proxy. For example, you may use it as NNTP web interface"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.delegate.org/"
@@ -18,13 +18,17 @@ md5sums=('86c833e95cd16a54d54fa3c7e4ab7929')
build() {
cd $srcdir/$pkgname$pkgver
make ADMIN="root@localhost"
+}
+
+package() {
+ cd $srcdir/$pkgname$pkgver
install -D -m0755 src/delegated $pkgdir/usr/bin/delegated
- install -D -m0755 subin/dgbind $pkgdir/usr/sbin/dgbind
- install -D -m0755 subin/dgchroot $pkgdir/usr/sbin/dgchroot
- install -D -m0755 subin/dgcpnod $pkgdir/usr/sbin/dgcpnod
- install -D -m0755 subin/dgpam $pkgdir/usr/sbin/dgpam
+ install -D -m0755 subin/dgbind $pkgdir/usr/bin/dgbind
+ install -D -m0755 subin/dgchroot $pkgdir/usr/bin/dgchroot
+ install -D -m0755 subin/dgcpnod $pkgdir/usr/bin/dgcpnod
+ install -D -m0755 subin/dgpam $pkgdir/usr/bin/dgpam
install -D -m0644 doc/Manual.htm $pkgdir/usr/share/delegate/manual.htm
install -D -m0644 doc/tutor-en.htm $pkgdir/usr/share/delegate/tutor-en.htm