diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-19 04:00:43 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-19 04:00:43 +0000 |
commit | 4d8724d2ae72ab2ea20a9ad299dd36f33bda4658 (patch) | |
tree | 5e022d124eb60b93d19e96a0d9c0e8532be87a6e /extra/libmspub | |
parent | f8a4eefb2bb008f302349db07da4a75e746a1aeb (diff) |
Sat Apr 19 03:57:19 UTC 2014
Diffstat (limited to 'extra/libmspub')
-rw-r--r-- | extra/libmspub/PKGBUILD | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/extra/libmspub/PKGBUILD b/extra/libmspub/PKGBUILD new file mode 100644 index 000000000..caf12ac46 --- /dev/null +++ b/extra/libmspub/PKGBUILD @@ -0,0 +1,26 @@ +# $Id: PKGBUILD 211321 2014-04-18 17:28:24Z andyrtr $ +# Maintainer: AndyRTR <andyrtr@archlinux.org> +# Contributor: Simone Sclavi 'Ito' <darkhado@gmail.com> + +pkgname=libmspub +pkgver=0.0.6 +pkgrel=2 +pkgdesc="Microsoft Publisher file format parser library (latest snapshost)" +arch=('i686' 'x86_64') +url="http://www.freedesktop.org/wiki/Software/libmspub/" +license=('GPL2' 'LGPL2.1' 'MPL') +depends=('libwpd' 'icu') +makedepends=('libwpg' 'boost' 'doxygen') +source=(http://dev-www.libreoffice.org/src/${pkgname}-${pkgver}.tar.xz) +md5sums=('96a1f176abd683c6b1b02a08847c0616') + +build() { + cd ${pkgname}-${pkgver} + ./configure --prefix=/usr --with-docs + make +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR=$pkgdir install +} |