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

Eric Bélanger eric at archlinux.org
Sun Oct 2 14:54:36 UTC 2011


    Date: Sunday, October 2, 2011 @ 10:54:35
  Author: eric
Revision: 139505

Add to repo, new makedepends for hugin

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	2011-10-02 14:54:35 UTC (rev 139505)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:
+# Contributor: Sébastien Piccand <sebcactus gmail com>
+
+pkgname=tclap
+pkgver=1.2.1
+pkgrel=2
+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
   + Id




More information about the arch-commits mailing list