[arch-commits] CVS update of extra/network/zope2 (PKGBUILD)

Eric Belanger eric at archlinux.org
Fri Nov 23 05:05:28 UTC 2007


    Date: Friday, November 23, 2007 @ 00:05:28
  Author: eric
    Path: /home/cvs-extra/extra/network/zope2

Modified: PKGBUILD (1.10 -> 1.11)

upgpkg: zope2 2.10.5-1
added license file


----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


Index: extra/network/zope2/PKGBUILD
diff -u extra/network/zope2/PKGBUILD:1.10 extra/network/zope2/PKGBUILD:1.11
--- extra/network/zope2/PKGBUILD:1.10	Thu Nov 22 13:17:31 2007
+++ extra/network/zope2/PKGBUILD	Fri Nov 23 00:05:28 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.10 2007/11/22 18:17:31 juergen Exp $
+# $Id: PKGBUILD,v 1.11 2007/11/23 05:05:28 eric Exp $
 # Contributor: Jason Chu <jason at archlinux.org>, Chris Stromblad
 # Maintainer: Juergen Hoetzel <juergen at archlinux.org>
 # Use makepkg -n to prevent library stripping errors.
@@ -9,7 +9,7 @@
 pkgdesc="An web application server for building content management systems, portals and custom applications"
 arch=(i686 x86_64)
 url="http://zope.org"
-license=('ZPL')
+license=('custom:ZPL')
 depends=('python24' 'gcc')
 source=(http://www.zope.org/Products/Zope/${pkgver}/Zope-${pkgver}-final.tgz)
 md5sums=('55c0f0c32e41ab3262991b10da967d85')
@@ -27,4 +27,5 @@
   sed -i "s_\[ -f \${PREFIX}/bin/python \] || \${LN} \${PYTHON} \${PREFIX}/bin/python_\
             \[ -f \${PREFIX}/bin/python \] || \${LN} \${PYTHON} ${startdir}/pkg/\${PREFIX}/bin/python_g" makefile || return 1
   make install INSTALL_FLAGS=--root=$startdir/pkg || return 1
+  install -D -m644 ZopePublicLicense.txt $startdir/pkg/usr/share/licenses/$pkgname/ZopePublicLicense.txt
 }




More information about the arch-commits mailing list