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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Oct 29 11:41:09 UTC 2013


    Date: Tuesday, October 29, 2013 @ 12:41:09
  Author: spupykin
Revision: 99538

upgpkg: libclens 0.7.0-1

upd

Modified:
  libclens/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |   24 ++++++++++++++++++++++--
 1 file changed, 22 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-29 11:41:05 UTC (rev 99537)
+++ PKGBUILD	2013-10-29 11:41:09 UTC (rev 99538)
@@ -1,4 +1,6 @@
-#Maintainer: Dan Ziemba <zman0900 at gmail.com>
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Dan Ziemba <zman0900 at gmail.com>
 
 pkgname=libclens
 pkgver=0.7.0
@@ -7,7 +9,8 @@
 arch=(i686 x86_64)
 url="https://opensource.conformal.com/wiki/clens"
 license=(ISC)
-
+makedepends=(libbsd)
+options=('staticlibs')
 source=(https://opensource.conformal.com/snapshots/clens/clens-$pkgver.tar.gz)
 sha1sums=('71eb0011eef16f1e87131b5aba34d44db92b1145')
 
@@ -20,4 +23,21 @@
 package() {
 	cd "clens-$pkgver"
 	make LOCALBASE=/usr DESTDIR="$pkgdir" install
+
+	mkdir -p $pkgdir/usr/share/licenses/libclens
+	cat <<EOF >$pkgdir/usr/share/licenses/libclens/LICENSE
+    ISC
+    .
+    Permission to use, copy, modify, and distribute this software for any
+    purpose with or without fee is hereby granted, provided that the above
+    copyright notice and this permission notice appear in all copies.
+    .
+    THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+    WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+    MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+    ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+    WHATSOEVER RESULTING FROM LOSS OF MIND, USE, DATA OR PROFITS, WHETHER
+    IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
+    OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+EOF
 }


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



More information about the arch-commits mailing list