[arch-commits] Commit in libetonyek/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Fri Aug 4 19:16:47 UTC 2017
Date: Friday, August 4, 2017 @ 19:16:46
Author: andyrtr
Revision: 301663
archrelease: copy trunk to extra-x86_64
Added:
libetonyek/repos/extra-x86_64/PKGBUILD
(from rev 301662, libetonyek/trunk/PKGBUILD)
Deleted:
libetonyek/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-08-04 19:16:33 UTC (rev 301662)
+++ PKGBUILD 2017-08-04 19:16:46 UTC (rev 301663)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Yue
-
-pkgname=libetonyek
-pkgver=0.1.6
-pkgrel=1
-pkgdesc='Library and a set of tools for reading and converting Apple Keynote presentations'
-arch=('i686' 'x86_64')
-url="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek"
-license=('MPL')
-depends=('libxml2' 'zlib' 'libwpd' 'boost-libs' 'librevenge' 'liblangtag')
-makedepends=('boost' 'cppunit' 'gperf' 'doxygen' 'glm' 'mdds')
-source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('dfe25b0c7739283a5c61a930ea1f9bf8')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-check() {
- cd $pkgname-$pkgver
- make check
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: libetonyek/repos/extra-x86_64/PKGBUILD (from rev 301662, libetonyek/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-08-04 19:16:46 UTC (rev 301663)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Yue
+
+pkgname=libetonyek
+pkgver=0.1.6
+pkgrel=1
+pkgdesc='Library and a set of tools for reading and converting Apple Keynote presentations'
+arch=('i686' 'x86_64')
+url="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek"
+license=('MPL')
+depends=('libxml2' 'zlib' 'libwpd' 'boost-libs' 'librevenge' 'liblangtag')
+makedepends=('boost' 'cppunit' 'gperf' 'doxygen' 'glm' 'mdds')
+source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('dfe25b0c7739283a5c61a930ea1f9bf8')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list