[arch-commits] Commit in tclap/repos (community-any community-any/PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Mon Dec 18 22:32:02 UTC 2017


    Date: Monday, December 18, 2017 @ 22:32:01
  Author: bisson
Revision: 274814

archrelease: copy trunk to community-any

Added:
  tclap/repos/community-any/
  tclap/repos/community-any/PKGBUILD
    (from rev 274813, tclap/trunk/PKGBUILD)

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

Copied: tclap/repos/community-any/PKGBUILD (from rev 274813, tclap/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2017-12-18 22:32:01 UTC (rev 274814)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:
+# Contributor: Sébastien Piccand <sebcactus gmail com>
+
+pkgname=tclap
+pkgver=1.2.1
+pkgrel=3
+pkgdesc="A small, flexible library that provides a simple interface for defining and accessing command line arguments"
+arch=('any')
+url="http://tclap.sourceforge.net/"
+license=('MIT')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('eb0521d029bf3b1cc0dcaa7e42abf82a')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list