[arch-commits] Commit in (4 files)
Bartłomiej Piotrowski
bpiotrowski at nymeria.archlinux.org
Wed Jan 22 11:37:12 UTC 2014
Date: Wednesday, January 22, 2014 @ 12:37:12
Author: bpiotrowski
Revision: 204535
newpkg: libetonyek 0.0.3-1
The package is a dependency of LibreOffice and the next release of Calligra.
Added:
libetonyek/
libetonyek/repos/
libetonyek/trunk/
libetonyek/trunk/PKGBUILD
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Added: libetonyek/trunk/PKGBUILD
===================================================================
--- libetonyek/trunk/PKGBUILD (rev 0)
+++ libetonyek/trunk/PKGBUILD 2014-01-22 11:37:12 UTC (rev 204535)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Yue
+
+pkgname=libetonyek
+pkgver=0.0.3
+pkgrel=1
+pkgdesc='Library and a set of tools for reading and converting Apple Keynote presentations'
+arch=('i686' 'x86_64')
+url='http://www.freedesktop.org/wiki/Software/libetonyek/'
+license=('MPL')
+depends=('libxml2' 'gperf' 'zlib' 'libwpd' 'boost-libs')
+makedepends=('boost' 'cppunit')
+source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.xz)
+md5sums=('6deb26eb088acd8938b9bec800cfb59e')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Property changes on: libetonyek/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list