[arch-commits] Commit in delegate/repos (8 files)

Allan McRae allan at archlinux.org
Sat Dec 5 18:00:51 UTC 2015


    Date: Saturday, December 5, 2015 @ 19:00:51
  Author: allan
Revision: 148599

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  delegate/repos/community-staging-i686/
  delegate/repos/community-staging-i686/ChangeLog
    (from rev 148598, delegate/trunk/ChangeLog)
  delegate/repos/community-staging-i686/PKGBUILD
    (from rev 148598, delegate/trunk/PKGBUILD)
  delegate/repos/community-staging-i686/delegate.install
    (from rev 148598, delegate/trunk/delegate.install)
  delegate/repos/community-staging-x86_64/
  delegate/repos/community-staging-x86_64/ChangeLog
    (from rev 148598, delegate/trunk/ChangeLog)
  delegate/repos/community-staging-x86_64/PKGBUILD
    (from rev 148598, delegate/trunk/PKGBUILD)
  delegate/repos/community-staging-x86_64/delegate.install
    (from rev 148598, delegate/trunk/delegate.install)

-------------------------------------------+
 community-staging-i686/ChangeLog          |    3 ++
 community-staging-i686/PKGBUILD           |   35 ++++++++++++++++++++++++++++
 community-staging-i686/delegate.install   |    6 ++++
 community-staging-x86_64/ChangeLog        |    3 ++
 community-staging-x86_64/PKGBUILD         |   35 ++++++++++++++++++++++++++++
 community-staging-x86_64/delegate.install |    6 ++++
 6 files changed, 88 insertions(+)

Copied: delegate/repos/community-staging-i686/ChangeLog (from rev 148598, delegate/trunk/ChangeLog)
===================================================================
--- community-staging-i686/ChangeLog	                        (rev 0)
+++ community-staging-i686/ChangeLog	2015-12-05 18:00:51 UTC (rev 148599)
@@ -0,0 +1,3 @@
+2007-07-02 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64
+

Copied: delegate/repos/community-staging-i686/PKGBUILD (from rev 148598, delegate/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-05 18:00:51 UTC (rev 148599)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=delegate
+pkgver=9.9.13
+pkgrel=2
+pkgdesc="Caching and converting multyprotocol proxy. For example, you may use it as NNTP web interface"
+arch=('i686' 'x86_64')
+url="http://www.delegate.org/"
+license=('GPL')
+depends=('pam')
+options=(!strip)
+install=delegate.install
+source=(ftp://ftp:ps790809%40inbox%2Eru@ftp.delegate.org/pub/DeleGate/delegate$pkgver.tar.gz)
+md5sums=('b617959aa785b751a6292dad7487c722')
+
+build() {
+  cd $srcdir/$pkgname$pkgver
+  make ADMIN="root at localhost"
+}
+
+package() {
+  cd $srcdir/$pkgname$pkgver
+
+  install -D -m0755 src/delegated $pkgdir/usr/bin/delegated
+
+  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
+}

Copied: delegate/repos/community-staging-i686/delegate.install (from rev 148598, delegate/trunk/delegate.install)
===================================================================
--- community-staging-i686/delegate.install	                        (rev 0)
+++ community-staging-i686/delegate.install	2015-12-05 18:00:51 UTC (rev 148599)
@@ -0,0 +1,6 @@
+post_install() {
+  echo "--"
+  echo "-- Delegate supports too many protocols, so I did not write any rc-script"
+  echo "-- Please read documentation in /usr/share/delegate/"
+  echo "--"
+}

Copied: delegate/repos/community-staging-x86_64/ChangeLog (from rev 148598, delegate/trunk/ChangeLog)
===================================================================
--- community-staging-x86_64/ChangeLog	                        (rev 0)
+++ community-staging-x86_64/ChangeLog	2015-12-05 18:00:51 UTC (rev 148599)
@@ -0,0 +1,3 @@
+2007-07-02 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64
+

Copied: delegate/repos/community-staging-x86_64/PKGBUILD (from rev 148598, delegate/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-05 18:00:51 UTC (rev 148599)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=delegate
+pkgver=9.9.13
+pkgrel=2
+pkgdesc="Caching and converting multyprotocol proxy. For example, you may use it as NNTP web interface"
+arch=('i686' 'x86_64')
+url="http://www.delegate.org/"
+license=('GPL')
+depends=('pam')
+options=(!strip)
+install=delegate.install
+source=(ftp://ftp:ps790809%40inbox%2Eru@ftp.delegate.org/pub/DeleGate/delegate$pkgver.tar.gz)
+md5sums=('b617959aa785b751a6292dad7487c722')
+
+build() {
+  cd $srcdir/$pkgname$pkgver
+  make ADMIN="root at localhost"
+}
+
+package() {
+  cd $srcdir/$pkgname$pkgver
+
+  install -D -m0755 src/delegated $pkgdir/usr/bin/delegated
+
+  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
+}

Copied: delegate/repos/community-staging-x86_64/delegate.install (from rev 148598, delegate/trunk/delegate.install)
===================================================================
--- community-staging-x86_64/delegate.install	                        (rev 0)
+++ community-staging-x86_64/delegate.install	2015-12-05 18:00:51 UTC (rev 148599)
@@ -0,0 +1,6 @@
+post_install() {
+  echo "--"
+  echo "-- Delegate supports too many protocols, so I did not write any rc-script"
+  echo "-- Please read documentation in /usr/share/delegate/"
+  echo "--"
+}



More information about the arch-commits mailing list