updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / libreoffice-extension-minicorrector / PKGBUILD
blob5437f9adba5aebd80ab365c40bf9db9b9b301606
2 pkgname=libreoffice-extension-minicorrector
3 _pkgname=MiniCorrector
4 pkgver=2.1.2
5 pkgrel=2
6 pkgdesc="Performs global search and replace throughout the document in the list of rules."
7 arch=('any')
8 url="http://extensions.services.openoffice.org/project/minicorrector"
9 license=('LGPL')
10 groups=('libreoffice-extensions')
11 depends=('libreoffice-common')
12 makedepends=('unzip')
13 source=('http://extensions.services.openoffice.org/e-files/2305/14/MiniCorrector-2.1.2.oxt')
14 md5sums=('bf9eb8d695bfc1286e8c75589485b1eb')
16 package() {
17   mkdir -p "$pkgdir/usr/lib/libreoffice/share/extensions/$_pkgname/"
18   cp -R "$srcdir"/* "$pkgdir/usr/lib/libreoffice/share/extensions/$_pkgname/"
19   rm "$pkgdir/usr/lib/libreoffice/share/extensions/$_pkgname/${_pkgname}-$pkgver.oxt"