[arch-commits] Commit in libzmf/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Tue Sep 19 13:49:52 UTC 2017
Date: Tuesday, September 19, 2017 @ 13:49:51
Author: andyrtr
Revision: 305846
archrelease: copy trunk to extra-x86_64
Added:
libzmf/repos/extra-x86_64/PKGBUILD
(from rev 305845, libzmf/trunk/PKGBUILD)
Deleted:
libzmf/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-19 13:49:29 UTC (rev 305845)
+++ PKGBUILD 2017-09-19 13:49:51 UTC (rev 305846)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-
-pkgname=libzmf
-pkgver=0.0.2
-pkgrel=1
-pkgdesc="a library for import of Zoner drawing and bitmap files"
-arch=('i686' 'x86_64')
-url="https://wiki.documentfoundation.org/DLP/Libraries/libzmf"
-license=('MPL')
-source=(http://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-depends=('librevenge' 'libpng')
-makedepends=('boost' 'cppunit' 'doxygen')
-sha256sums=('27051a30cb057fdb5d5de65a1f165c7153dc76e27fe62251cbb86639eb2caf22')
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure --prefix=/usr --disable-werror
- make
-}
-
-check() {
- cd ${pkgname}-${pkgver}
- make check
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
- install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
Copied: libzmf/repos/extra-x86_64/PKGBUILD (from rev 305845, libzmf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-09-19 13:49:51 UTC (rev 305846)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+
+pkgname=libzmf
+pkgver=0.0.2
+pkgrel=1
+pkgdesc="a library for import of Zoner drawing and bitmap files"
+arch=('i686' 'x86_64')
+url="https://wiki.documentfoundation.org/DLP/Libraries/libzmf"
+license=('MPL')
+source=(https://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+depends=('librevenge' 'libpng')
+makedepends=('boost' 'cppunit' 'doxygen')
+sha256sums=('27051a30cb057fdb5d5de65a1f165c7153dc76e27fe62251cbb86639eb2caf22')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr --disable-werror
+ make
+}
+
+check() {
+ cd ${pkgname}-${pkgver}
+ make check
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
More information about the arch-commits
mailing list