Date: Tuesday, January 4, 2011 @ 13:31:22 Author: ibiru Revision: 104659
upgpkg: hunspell-nl 2.00g-1 fix versioning and license. FS#22312 Modified: hunspell-nl/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-01-04 18:29:29 UTC (rev 104658) +++ PKGBUILD 2011-01-04 18:31:22 UTC (rev 104659) @@ -2,14 +2,15 @@ # Contributor: Jelle van der Waa <jelle vdwaa nl> pkgname=hunspell-nl -pkgver=2.0 +pkgver=2.00g pkgrel=1 pkgdesc="Dutch hunspell dictionaries" arch=(any) -url="http://extensions.services.openoffice.org/" -license=('LGPL' 'GPL' 'MPL') +url="http://extensions.services.openoffice.org/en/project/dict-nl" +license=('BSD' 'custom:Creative Commons, Attribution 3.0 Unported') optdepends=('hunspell: the spell checking libraries and apps') -source=(http://extensions.services.openoffice.org/e-files/1456/6/nl-dict-v2.00g.oxt) +source=(http://extensions.services.openoffice.org/e-files/1456/6/nl-dict-v${pkgver}.oxt) +options=('force') md5sums=('5c0de383ef649cffefc128cfb36b4d43') package() { @@ -37,4 +38,8 @@ # docs install -dm755 "${pkgdir}/usr/share/doc/${pkgname}" install -m644 README_nl_NL.txt "${pkgdir}/usr/share/doc/${pkgname}" + + # licences + install -D -m644 license_en_EN.txt $pkgdir/usr/share/licenses/$pkgname/license_en_EN.txt + install -D -m644 licentie_nl_NL.txt $pkgdir/usr/share/licenses/$pkgname/licentie_nl_NL.txt }
