diff options
author | root <root@rshg054.dnsready.net> | 2011-08-24 23:14:38 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-08-24 23:14:38 +0000 |
commit | f53c212680c1817ef2337855ef8814dea6b07e4e (patch) | |
tree | c93db9dbaade4f2c86a8d550c237edf7d574f6da /community/unrealircd/PKGBUILD | |
parent | 9254c2bc6500471b22eead69781ddef84f87e2bf (diff) |
Wed Aug 24 23:14:37 UTC 2011
Diffstat (limited to 'community/unrealircd/PKGBUILD')
-rw-r--r-- | community/unrealircd/PKGBUILD | 25 |
1 files changed, 7 insertions, 18 deletions
diff --git a/community/unrealircd/PKGBUILD b/community/unrealircd/PKGBUILD index 3ad0f297a..bcb80f277 100644 --- a/community/unrealircd/PKGBUILD +++ b/community/unrealircd/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 33887 2010-11-29 08:54:01Z spupykin $ +# $Id: PKGBUILD 54707 2011-08-23 12:04:07Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Zerial <fernando@zerial.org> pkgname=unrealircd pkgver=3.2.8.1 -pkgrel=6 +pkgrel=7 pkgdesc="Open Source IRC Server." arch=('i686' 'x86_64') url="http://unrealircd.com" @@ -14,29 +14,18 @@ conflicts=(ircd) provides=(ircd) backup=(etc/unrealircd/unrealircd.conf) source=(http://www.unrealircd.com/downloads/Unreal$pkgver.tar.gz - unrealircd.rc) + unrealircd.rc + arch-fixes.patch) md5sums=('7b741e94e867c0a7370553fd01506c66' - '0d728240132a97a2cef61be9558750b1') + '0d728240132a97a2cef61be9558750b1' + '670f0a5ecd60789cd5f296a1901cf1b7') build() { mkdir -p $pkgdir/etc/unrealircd mkdir -p $pkgdir/usr/bin cd $srcdir/Unreal3.2 - patch src/ircd.c <<EOF -847c847 -< #ifdef USE_SSL ---- -> #if 0 -857c857 -< #ifdef ZIP_LINKS ---- -> #if 0 -867c867 -< #ifdef USE_LIBCURL ---- -> #if 0 -EOF + patch -p1 <$srcdir/arch-fixes.patch ./configure --with-showlistmodes \ --enable-hub --enable-prefixaq --with-listen=5 \ |