diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/delegate | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/delegate')
-rw-r--r-- | community/delegate/ChangeLog | 3 | ||||
-rw-r--r-- | community/delegate/PKGBUILD | 35 | ||||
-rw-r--r-- | community/delegate/delegate.install | 6 |
3 files changed, 0 insertions, 44 deletions
diff --git a/community/delegate/ChangeLog b/community/delegate/ChangeLog deleted file mode 100644 index d22a5592c..000000000 --- a/community/delegate/ChangeLog +++ /dev/null @@ -1,3 +0,0 @@ -2007-07-02 tardo <tardo@nagi-fanboi.net> -* Built for x86_64 - diff --git a/community/delegate/PKGBUILD b/community/delegate/PKGBUILD deleted file mode 100644 index e9b4f9a87..000000000 --- a/community/delegate/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# $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=3 -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=('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/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 -} diff --git a/community/delegate/delegate.install b/community/delegate/delegate.install deleted file mode 100644 index 39883a261..000000000 --- a/community/delegate/delegate.install +++ /dev/null @@ -1,6 +0,0 @@ -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 "--" -} |