[arch-commits] Commit in epic4/repos/community-i686 (PKGBUILD PKGBUILD)

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Sun Oct 6 18:47:48 UTC 2013


    Date: Sunday, October 6, 2013 @ 20:47:48
  Author: jlichtblau
Revision: 98156

archrelease: copy trunk to community-i686

Added:
  epic4/repos/community-i686/PKGBUILD
    (from rev 98155, epic4/trunk/PKGBUILD)
Deleted:
  epic4/repos/community-i686/PKGBUILD

----------+
 PKGBUILD |   85 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 44 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-06 18:44:32 UTC (rev 98155)
+++ PKGBUILD	2013-10-06 18:47:48 UTC (rev 98156)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Mateusz Herych <heniekk at gmail.com>
-# Maintainer: dorphell <dorphell at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# Contributor: Chris Brannon <cmbrannon (at) cox.net>
-
-pkgname=epic4
-pkgver=2.10.1
-pkgrel=3
-pkgdesc="It's a new direction in ircII development"
-arch=('i686' 'x86_64')
-url="http://www.epicsol.org/"
-license=('custom')
-depends=('openssl' 'ncurses' 'tcl' 'perl')
-source=(ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/$pkgname-$pkgver.tar.gz)
-md5sums=('6f08a04494d0f5543b5f8f3c1ac56d11')
-
-build() {
- cd ${srcdir}/$pkgname-$pkgver
-
- ./configure --prefix=/usr \
-       --mandir=/usr/share/man \
-       --with-ssl \
-       --with-ipv6 \
-       --with-perl \
-       --with-tcl
-
- make
-}
-
-package() {
- cd ${srcdir}/$pkgname-$pkgver
-
- make prefix=${pkgdir}/usr install
-
- install -D -m 644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/COPYRIGHT
- mkdir -p ${pkgdir}/usr/lib/$pkgname
- mv ${pkgdir}/usr/libexec/wserv4 $pkgdir/usr/lib/$pkgname
- rm -rf ${pkgdir}/usr/libexec
-}
-

Copied: epic4/repos/community-i686/PKGBUILD (from rev 98155, epic4/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-10-06 18:47:48 UTC (rev 98156)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: dorphell <dorphell at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Contributor: Chris Brannon <cmbrannon (at) cox.net>
+
+pkgname=epic4
+pkgver=2.10.2
+pkgrel=1
+pkgdesc="It's a new direction in ircII development"
+arch=('i686' 'x86_64')
+url="http://www.epicsol.org/"
+license=('custom')
+depends=('openssl' 'ncurses' 'tcl' 'perl')
+options=('!emptydirs')
+source=(ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/$pkgname-$pkgver.tar.gz)
+sha256sums=('019e8b9709d806a47c8981e78830ebef132ad2350180d034d1ec2af0582dd249')
+
+build() {
+ cd ${srcdir}/$pkgname-$pkgver
+
+#to avoid build fail
+  unset CPPFLAGS
+ 
+  ./configure --prefix=/usr \
+       --mandir=/usr/share/man \
+       --with-ssl \
+       --with-ipv6 \
+       --with-perl \
+       --with-tcl
+
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr \
+       libexecdir=${pkgdir}/usr/bin \
+       mandir=${pkgdir}/usr/share/man install
+
+  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/COPYRIGHT
+}




More information about the arch-commits mailing list