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

Bruno Pagani archange at archlinux.org
Fri Feb 14 14:24:16 UTC 2020


    Date: Friday, February 14, 2020 @ 14:24:15
  Author: archange
Revision: 571058

archrelease: copy trunk to community-x86_64

Added:
  sowing/repos/community-x86_64/PKGBUILD
    (from rev 571057, sowing/trunk/PKGBUILD)
Deleted:
  sowing/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   47 ++++++++++++++++++++++++-----------------------
 1 file changed, 24 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-14 14:24:08 UTC (rev 571057)
+++ PKGBUILD	2020-02-14 14:24:15 UTC (rev 571058)
@@ -1,23 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=sowing
-pkgver=1.1.26
-pkgrel=1
-pkgdesc="Tools for documenting and improving portability"
-arch=(x86_64)
-url="http://wgropp.cs.illinois.edu/projects/software/sowing/"
-license=(GPL)
-options=(!makeflags)
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/${pkgname}.tar.gz")
-sha256sums=('5d04ebf56378c35272022c91092571099d8b0464000caa2b722e90bd954f92bd')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --datadir=/usr/share/sowing
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make prefix="${pkgdir}"/usr datadir="${pkgdir}"/usr/share/sowing install
-}

Copied: sowing/repos/community-x86_64/PKGBUILD (from rev 571057, sowing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-14 14:24:15 UTC (rev 571058)
@@ -0,0 +1,24 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=sowing
+pkgver=1.1.26
+pkgrel=2
+pkgdesc="Tools for documenting and improving portability"
+arch=(x86_64)
+url="http://wgropp.cs.illinois.edu/projects/software/sowing/"
+license=(GPL)
+depends=(bash gcc-libs glibc perl)
+options=(!makeflags)
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/${pkgname}.tar.gz")
+sha256sums=('5d04ebf56378c35272022c91092571099d8b0464000caa2b722e90bd954f92bd')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --datadir=/usr/share/sowing
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make prefix="${pkgdir}"/usr datadir="${pkgdir}"/usr/share/sowing install
+}



More information about the arch-commits mailing list