updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / libreoffice-extension-pagination / PKGBUILD
blob55ae9289ad29d48c63a547e624a78a8163eb632e
2 pkgname=libreoffice-extension-pagination
3 _pkgname=Pagination
4 pkgver=1.3.10
5 pkgrel=2
6 pkgdesc="A little macro that adds a 'Insert / Page number...' dialog to writer. It eases the way you can add page numbers to a document."
7 arch=('any')
8 url="http://extensions.services.openoffice.org/project/pagination"
9 license=('Opensource')
10 groups=('libreoffice-extensions')
11 depends=('libreoffice-common')
12 makedepends=('unzip')
13 source=('http://extensions.services.openoffice.org/e-files/374/17/Pagination-1.3.10.oxt')
14 md5sums=('3273007fc21e97c56de335c700615190')
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"