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

Bruno Pagani archange at archlinux.org
Tue Jul 16 09:45:22 UTC 2019


    Date: Tuesday, July 16, 2019 @ 09:45:22
  Author: archange
Revision: 490026

archrelease: copy trunk to community-x86_64

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

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

Copied: sowing/repos/community-x86_64/PKGBUILD (from rev 490025, sowing/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2019-07-16 09:45:22 UTC (rev 490026)
@@ -0,0 +1,23 @@
+# 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
+}



More information about the arch-commits mailing list