[arch-commits] CVS update of extra/lib/cl-ppcre (LICENSE PKGBUILD)
Eric Belanger
eric at archlinux.org
Wed Aug 8 02:24:06 UTC 2007
Date: Tuesday, August 7, 2007 @ 22:24:06
Author: eric
Path: /home/cvs-extra/extra/lib/cl-ppcre
Added: LICENSE (1.1)
Modified: PKGBUILD (1.2 -> 1.3)
upgpkg: cl-ppcre 1.3.0-1
added arch field and license
----------+
LICENSE | 25 +++++++++++++++++++++++++
PKGBUILD | 15 ++++++++++-----
2 files changed, 35 insertions(+), 5 deletions(-)
Index: extra/lib/cl-ppcre/LICENSE
diff -u /dev/null extra/lib/cl-ppcre/LICENSE:1.1
--- /dev/null Tue Aug 7 22:24:05 2007
+++ extra/lib/cl-ppcre/LICENSE Tue Aug 7 22:24:06 2007
@@ -0,0 +1,25 @@
+ Copyright (c) 2002-2007, Dr. Edmund Weitz. All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ * Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following
+ disclaimer in the documentation and/or other materials
+ provided with the distribution.
+
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR 'AS IS' AND ANY EXPRESSED
+ OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+ GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Index: extra/lib/cl-ppcre/PKGBUILD
diff -u extra/lib/cl-ppcre/PKGBUILD:1.2 extra/lib/cl-ppcre/PKGBUILD:1.3
--- extra/lib/cl-ppcre/PKGBUILD:1.2 Thu Nov 6 03:27:09 2003
+++ extra/lib/cl-ppcre/PKGBUILD Tue Aug 7 22:24:06 2007
@@ -1,17 +1,22 @@
-# $Id:
+# $Id: PKGBUILD,v 1.3 2007/08/08 02:24:06 eric Exp $
# Maintainer: arjan <arjan at archlinux.org>
# Contributor: John Proctor <jproctor at prium.net>
pkgname=cl-ppcre
-pkgver=0.5.4
+pkgver=1.3.0
pkgrel=1
pkgdesc="Perl compatible regular expression library for Common Lisp"
-depends=(cmucl)
-source=(http://weitz.de/files/cl-ppcre.tgz)
+arch=('i686' 'x86_64')
+url="http://weitz.de/cl-ppcre/"
+license=('BSD')
+depends=('cmucl')
+source=(http://weitz.de/files/cl-ppcre.tar.gz LICENSE)
+md5sums=('59500e084b941eb70aab924285621e52' '00e368061c1e6be7223677230922b98e')
build() {
- cd $startdir/
+ cd $startdir/src
mkdir -p $startdir/pkg/usr/lib/common-lisp/ppcre
cp -R $startdir/src/${pkgname}-${pkgver}/* $startdir/pkg/usr/lib/common-lisp/ppcre
+ install -D -m644 $startdir/src/LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
}
More information about the arch-commits
mailing list