[arch-commits] Commit in tomcat-native/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Wed Jul 17 15:02:28 UTC 2019


    Date: Wednesday, July 17, 2019 @ 15:02:27
  Author: alucryd
Revision: 358099

archrelease: copy trunk to extra-x86_64

Added:
  tomcat-native/repos/extra-x86_64/PKGBUILD
    (from rev 358098, tomcat-native/trunk/PKGBUILD)
Deleted:
  tomcat-native/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   73 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 38 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-17 15:02:22 UTC (rev 358098)
+++ PKGBUILD	2019-07-17 15:02:27 UTC (rev 358099)
@@ -1,35 +0,0 @@
-# Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
-# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
-
-pkgname=tomcat-native
-pkgver=1.2.21
-pkgrel=1
-pkgdesc='Optional component for Tomcat to use certain native resources for performance, compatibility'
-arch=('x86_64')
-url='https://tomcat.apache.org/native-doc/'
-license=('APACHE')
-depends=('apr')
-makedepends=('java-environment')
-options=('!emptydirs')
-source=(https://archive.apache.org/dist/tomcat/tomcat-connectors/native/${pkgver}/source/${pkgname}-${pkgver}-src.tar.gz{,.asc})
-validpgpkeys=('A9C5DF4D22E99998D9875A5110C01C5A2F6059E7'
-              'B3F49CD3B9BD2996DA90F817ED3873F5D3262722')
-sha512sums=('7f43f815785e5bc3e43f5b2e9ad1c90576a3c1528d57230328b7175bf475eb5f4e1f91b66fae74ad32cd76f044d7705f98a79109f6f84e5af75dc32bc8830b29'
-            'SKIP')
-
-build() {
-  cd "${srcdir}/tomcat-native-${pkgver}-src/native"
-
-  ./configure \
-    --prefix=/usr \
-    --with-java-home=/usr/lib/jvm/default \
-    --with-apr=/usr \
-    --with-ssl=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}-src/native"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: tomcat-native/repos/extra-x86_64/PKGBUILD (from rev 358098, tomcat-native/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-17 15:02:27 UTC (rev 358099)
@@ -0,0 +1,38 @@
+# Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Vitaliy Berdinskikh <ur6lad at i.ua>
+
+pkgname=tomcat-native
+pkgver=1.2.23
+pkgrel=1
+pkgdesc='Optional component for Tomcat to use certain native resources for performance, compatibility'
+arch=(x86_64)
+url=https://tomcat.apache.org/native-doc/
+license=(APACHE)
+depends=(apr)
+makedepends=(java-environment)
+options=(!emptydirs)
+source=(https://archive.apache.org/dist/tomcat/tomcat-connectors/native/${pkgver}/source/${pkgname}-${pkgver}-src.tar.gz{,.asc})
+validpgpkeys=(
+  A9C5DF4D22E99998D9875A5110C01C5A2F6059E7
+  B3F49CD3B9BD2996DA90F817ED3873F5D3262722
+)
+sha512sums=('89a0363961d322a87f4e752f4727f54f28ac6e4ad10fa21b6b7390c62b041d4068672d95495d9233c1cad7d6c1dc3c85fbd0186894085b3b94e476876af160ee'
+            'SKIP')
+
+build() {
+  cd tomcat-native-${pkgver}-src/native
+
+  ./configure \
+    --prefix=/usr \
+    --with-java-home=/usr/lib/jvm/default \
+    --with-apr=/usr \
+    --with-ssl=/usr
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C tomcat-native-${pkgver}-src/native install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list