diff -rup ../repos/core-any/PKGBUILD PKGBUILD --- ../repos/core-any/PKGBUILD 2013-02-01 09:31:13.432720573 +0100 +++ PKGBUILD 2013-02-01 09:43:34.646097027 +0100 @@ -36,6 +36,7 @@ source=(apache-2.0.txt::http://www.apach cpl-1.0.txt python-2.txt w3c.html::http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 + wtfpl.txt::http://www.wtfpl.net/txt/copying/ ZopePublicLicense.txt) md5sums=('3b83ef96387f14655fc854ddc3c6bd57' 'ffb24d1bbf8b83d373f0b8edc3feb0c6' @@ -63,10 +64,11 @@ md5sums=('3b83ef96387f14655fc854ddc3c6bd 'f083e41c43db25e18f36c91e57750b64' 'a055911c32fb4ed6e96c453ceaeba857' 'ce191478ab78ce8b3b6e3aebf48fe60f' + '8365d07beeb5f39d87e846dca3ae7b64' 'dc8502850eab9e1ff330a12d7ca18a19') build() { @@ -138,6 +140,9 @@ build() { sed -n -e '/^Footer Navigation/ q' \ -e '/^ *W3C Software Notice and License/,$ p'> W3C/license.txt + mkdir WTFPL + cp $srcdir/wtfpl.txt WTFPL/license.txt + mkdir ZPL cp $srcdir/ZopePublicLicense.txt ZPL/license.txt }