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

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


    Date: Monday, December 18, 2017 @ 22:31:32
  Author: bisson
Revision: 274813

extra2community: Moving tclap from extra to community

Added:
  tclap/
  tclap/repos/
  tclap/trunk/
  tclap/trunk/PKGBUILD

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

Added: tclap/trunk/PKGBUILD
===================================================================
--- tclap/trunk/PKGBUILD	                        (rev 0)
+++ tclap/trunk/PKGBUILD	2017-12-18 22:31:32 UTC (rev 274813)
@@ -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"
+}


Property changes on: tclap/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list