summaryrefslogtreecommitdiff
path: root/community/leafnode
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-12 23:15:07 +0000
committerroot <root@rshg054.dnsready.net>2012-02-12 23:15:07 +0000
commit0020cc650ff973f269f23332e82fc097254d0adc (patch)
tree4eb4ed0d80064cbc09ee64ac2f9a4dc53ef2fb89 /community/leafnode
parentcfceb92e73d7f6a32494f0ba258b98748af43f34 (diff)
Sun Feb 12 23:15:07 UTC 2012
Diffstat (limited to 'community/leafnode')
-rw-r--r--community/leafnode/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/community/leafnode/PKGBUILD b/community/leafnode/PKGBUILD
index 35c4efb62..5be60f7df 100644
--- a/community/leafnode/PKGBUILD
+++ b/community/leafnode/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 59410 2011-11-24 15:33:29Z spupykin $
+# $Id: PKGBUILD 64337 2012-02-11 23:22:13Z allan $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=leafnode
pkgver=1.11.8
-pkgrel=4
+pkgrel=5
pkgdesc="implements a store & forward NNTP proxy (client and server) with IPv4 and IPv6"
arch=('i686' 'x86_64')
url="http://leafnode.sourceforge.net/"
@@ -25,6 +25,9 @@ build() {
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