summaryrefslogtreecommitdiff
path: root/community/leafnode/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/leafnode/PKGBUILD
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/leafnode/PKGBUILD')
-rw-r--r--community/leafnode/PKGBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/community/leafnode/PKGBUILD b/community/leafnode/PKGBUILD
deleted file mode 100644
index c6cf6e9c9..000000000
--- a/community/leafnode/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 91512 2013-05-23 11:13:56Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-
-pkgname=leafnode
-pkgver=1.11.8
-pkgrel=6
-pkgdesc="implements a store & forward NNTP proxy (client and server) with IPv4 and IPv6"
-arch=('i686' 'x86_64')
-url="http://leafnode.sourceforge.net/"
-depends=('pcre' 'xinetd')
-license=('GPL')
-install=leafnode.install
-options=(!emptydirs)
-backup=('etc/xinetd.d/leafnode')
-source=(http://downloads.sf.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
- leafnode.xinetd)
-md5sums=('a3edafeb854efaa3fbb0f7951d02160f'
- '08cd0a81d6efe0803b5d0747ab31903f')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc/leafnode --sbindir=/usr/bin \
- --with-user=9 \
- --with-group=13
- sed -i 's|#define NEWS_USER .*|#define NEWS_USER "news"|' config.h
- sed -i 's|#define NEWS_GROUP .*|#define NEWS_GROUP "news"|' config.h
- make
-}
-package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir install
- chown -R root.root $pkgdir
- install -D -m0644 $srcdir/leafnode.xinetd $pkgdir/etc/xinetd.d/leafnode
-}