[arch-commits] Commit in epic4/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Mon Jul 6 15:06:48 UTC 2020
Date: Monday, July 6, 2020 @ 15:06:47
Author: jlichtblau
Revision: 658023
archrelease: copy trunk to community-x86_64
Added:
epic4/repos/community-x86_64/PKGBUILD
(from rev 658022, epic4/trunk/PKGBUILD)
Deleted:
epic4/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 90 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 45 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-06 15:06:29 UTC (rev 658022)
+++ PKGBUILD 2020-07-06 15:06:47 UTC (rev 658023)
@@ -1,45 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at 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.7
-pkgrel=4
-pkgdesc="It's a new direction in ircII development"
-arch=('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=('60c3cdda94de26e79fec7d3d97684003c2d9ce998e401c3dbf244e6ce2c7574c')
-
-build() {
- cd "${srcdir}"/$pkgname-$pkgver
-
-#to avoid build fail
- unset CPPFLAGS
-
- CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-
- ./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
-
-#license
- install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/$pkgname/COPYRIGHT
-}
Copied: epic4/repos/community-x86_64/PKGBUILD (from rev 658022, epic4/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-06 15:06:47 UTC (rev 658023)
@@ -0,0 +1,45 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at 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.8
+pkgrel=1
+pkgdesc="It's a new direction in ircII development"
+arch=('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=('f9885e462744725b5514c786e309a82af4572854b3c2f3d08a0d50c2f6ef4bab')
+
+build() {
+ cd "${srcdir}"/$pkgname-$pkgver
+
+#to avoid build fail
+ unset CPPFLAGS
+
+ CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+
+ ./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
+
+#license
+ install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/$pkgname/COPYRIGHT
+}
More information about the arch-commits
mailing list