[arch-commits] Commit in gnucobol/repos (community-x86_64 community-x86_64/PKGBUILD)

Jerome Leclanche jleclanche at archlinux.org
Thu Apr 16 14:41:59 UTC 2020


    Date: Thursday, April 16, 2020 @ 14:41:59
  Author: jleclanche
Revision: 615333

archrelease: copy trunk to community-x86_64

Added:
  gnucobol/repos/community-x86_64/
  gnucobol/repos/community-x86_64/PKGBUILD
    (from rev 615332, gnucobol/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: gnucobol/repos/community-x86_64/PKGBUILD (from rev 615332, gnucobol/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2020-04-16 14:41:59 UTC (rev 615333)
@@ -0,0 +1,26 @@
+pkgname=gnucobol
+pkgver=3.0rc1
+_tarver="3.0-rc1"
+pkgdesc="The open source GNU COBOL compiler"
+pkgrel=1
+arch=("i686" "x86_64")
+url="http://sourceforge.net/projects/open-cobol/"
+license=("GPL")
+depends=("db" "gmp")
+makedepends=("gcc" "help2man")
+options=("!libtool")
+source=("$pkgname-$pkgver.tar.xz"::"http://sourceforge.net/projects/open-cobol/files/$pkgname/3.0/$pkgname-$_tarver.tar.xz")
+sha256sums=("bf76441ee7f8dc9aeb78291231f32273eafc4ec827f26840846a257a04bbc594")
+
+build() {
+	cd "$srcdir/$pkgname-$_tarver"
+
+	./configure --prefix=/usr --infodir=/usr/share/info
+	make
+}
+
+package() {
+	cd "$srcdir/$pkgname-$_tarver"
+	make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list