[arch-commits] Commit in unrealircd/trunk (PKGBUILD config.settings)

Sergej Pupykin spupykin at archlinux.org
Wed Jan 20 12:38:44 UTC 2016


    Date: Wednesday, January 20, 2016 @ 13:38:44
  Author: spupykin
Revision: 158052

upgpkg: unrealircd 4.0.1-2

upd

Modified:
  unrealircd/trunk/PKGBUILD
Deleted:
  unrealircd/trunk/config.settings

-----------------+
 PKGBUILD        |   25 +++++++++++++++++++------
 config.settings |   28 ----------------------------
 2 files changed, 19 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-20 12:02:43 UTC (rev 158051)
+++ PKGBUILD	2016-01-20 12:38:44 UTC (rev 158052)
@@ -4,7 +4,7 @@
 
 pkgname=unrealircd
 pkgver=4.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Open Source IRC Server"
 arch=('i686' 'x86_64')
 url="http://unrealircd.com"
@@ -17,27 +17,40 @@
 source=(https://www.unrealircd.org/unrealircd4/unrealircd-$pkgver.tar.gz
 	unrealircd.service
 	unrealircd.tmpfiles.d
-	config.settings
 	install.pl)
 md5sums=('f513a190d5549f00ab030373b912e861'
          '677d8de0bae770488a2c1730f9475a51'
          '3ec519ea7dbe99696eb6c51dfc0d382a'
-         '11ce231048c92651e76fdeb58609d0ba'
          '3a23792b03420fc578cf6688b1574ae3')
 
 prepare() {
   cd $srcdir/unrealircd-$pkgver
-  cp $srcdir/config.settings .
   sed -i \
     -e 's|$(INSTALL) -m 0700|$(INSTALL) -m 0755|g' \
     -e 's|$(INSTALL) -m 0600|$(INSTALL) -m 0644|g' \
     Makefile.in
-  sed -i 's|ARG=" "|ARG="--with-pidfile=/run/unrealircd/ircd.pid "|' Config
 }
 
 build() {
   cd $srcdir/unrealircd-$pkgver
-  ./Config -quick
+  ./configure \
+    --with-pidfile=/run/unrealircd/ircd.pid \
+    --with-showlistmodes \
+    --enable-ssl=/usr \
+    --with-bindir=/usr/bin \
+    --with-datadir=/var/lib/unrealircd \
+    --with-confdir=/etc/unrealircd \
+    --with-modulesdir=/usr/lib/unrealircd \
+    --with-logdir=/var/log/unrealircd \
+    --with-cachedir=/var/cache/unrealircd \
+    --with-docdir=/usr/share/doc/unrealircd \
+    --with-tmpdir=/tmp \
+    --with-scriptdir=/usr \
+    --with-nick-history=2000 \
+    --with-sendq=3000000 \
+    --with-permissions=0644 \
+    --with-fd-setsize=1024 \
+    --enable-dynamic-linking
   make
 }
 

Deleted: config.settings
===================================================================
--- config.settings	2016-01-20 12:02:43 UTC (rev 158051)
+++ config.settings	2016-01-20 12:38:44 UTC (rev 158052)
@@ -1,28 +0,0 @@
-#
-BASEPATH="/usr"
-BINDIR="/usr/bin"
-DATADIR="/var/lib/unrealircd"
-CONFDIR="/etc/unrealircd"
-MODULESDIR="/usr/lib/unrealircd"
-LOGDIR="/var/log/unrealircd"
-CACHEDIR="/var/cache/unrealircd"
-DOCDIR="/usr/share/doc/unrealircd"
-TMPDIR="/tmp"
-PREFIXAQ="1"
-MAXSENDQLENGTH="3000000"
-MAXCONNECTIONS="1024"
-NICKNAMEHISTORYLENGTH="2000"
-DEFPERM="0644"
-SSLDIR="/usr"
-REMOTEINC=""
-CURLDIR="/usr"
-SHOWLISTMODES="1"
-TOPICNICKISNUH=""
-SHUNNOTICES=""
-NOOPEROVERRIDE=""
-DISABLEUSERMOD=""
-OPEROVERRIDEVERIFY=""
-DISABLEEXTBANSTACKING=""
-GENCERTIFICATE="1"
-EXTRAPARA=""
-ADVANCED=""



More information about the arch-commits mailing list