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 <[email protected]>
+* 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 <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+
+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%[email protected]/pub/DeleGate/delegate$pkgver.tar.gz)
+md5sums=('b617959aa785b751a6292dad7487c722')
+
+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/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 <[email protected]>
+* 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 <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+
+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%[email protected]/pub/DeleGate/delegate$pkgver.tar.gz)
+md5sums=('b617959aa785b751a6292dad7487c722')
+
+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/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 "--"
+}

Reply via email to