summaryrefslogtreecommitdiff
path: root/community/inn/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/inn/PKGBUILD')
-rw-r--r--community/inn/PKGBUILD20
1 files changed, 2 insertions, 18 deletions
diff --git a/community/inn/PKGBUILD b/community/inn/PKGBUILD
index 9ec3784ca..7ce438422 100644
--- a/community/inn/PKGBUILD
+++ b/community/inn/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 82923 2013-01-25 21:39:24Z spupykin $
+# $Id: PKGBUILD 91652 2013-05-26 09:24:36Z bluewind $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Edward Tjörnhammar <xhemi@cube2.se>
# Contributor: Edward Tjörnhammar <xhemi@cube2.se>
pkgname=inn
pkgver=2.5.3
-pkgrel=2
+pkgrel=6
pkgdesc="Complete open source Usenet system. De facto standard for handling news routing, news spool and serving the spool to customers."
url="http://www.isc.org/software/inn/"
arch=('i686' 'x86_64' 'mips64el')
@@ -47,18 +47,10 @@ backup=(etc/inn/newsfeeds
var/db/inn/history.index
var/db/inn/newsgroups)
source=(http://ftp.isc.org/isc/inn/inn-$pkgver.tar.gz
- innd.rc
- nnrpd.rc
- innd.conf
- nnrpd.conf
innd.service
inn.tmpfiles
site.make.patch)
md5sums=('353fe95232828ddbc80debff86c240bc'
- 'a243d9498568f1beee20da5684b5fbfc'
- 'a0b1ff8501ac8a31ce81a2f9c9b4bac9'
- 'fbf1d2c5b3c5a08ae3e515c71c2e2e4a'
- 'bb4bbe86ae52fbbf08b0f6f370dea052'
'9da925a486fcf0cd67fdf462cbb9c0b4'
'050b7bffff3361c673a118739e42349e'
'960c800026ed6e03901cf0bafdfd53d8')
@@ -96,7 +88,6 @@ build() {
EOF
sed -i 's|-export-dynamic gnu|-export-dynamic|' Makefile.global
[ $NOEXTRACT -eq 1 ] || patch -p3 < $srcdir/site.make.patch
- export LD_LIBRARY_PATH=.:$pkgdir/usr/lib:$LD_LIBRARY_PATH
make
}
@@ -107,13 +98,6 @@ package() {
make DESTDIR=$pkgdir install
- mkdir -p $pkgdir/etc/{conf,rc}.d
- install -m0755 $srcdir/innd.rc $pkgdir/etc/rc.d/innd
- install -m0644 $srcdir/innd.conf $pkgdir/etc/conf.d/innd
-
- install -m0755 $srcdir/nnrpd.rc $pkgdir/etc/rc.d/nnrpd
- install -m0644 $srcdir/nnrpd.conf $pkgdir/etc/conf.d/nnrpd
-
cd $pkgdir/usr/lib
for i in lib*.a; do
gcc -shared -o ${i%%.a}.so.2.0.0 $i