[arch-commits] Commit in mxml/repos (2 files)

David Runge dvzrv at archlinux.org
Tue Dec 19 19:32:29 UTC 2017


    Date: Tuesday, December 19, 2017 @ 19:32:26
  Author: dvzrv
Revision: 274915

archrelease: copy trunk to community-testing-x86_64

Added:
  mxml/repos/community-testing-x86_64/
  mxml/repos/community-testing-x86_64/PKGBUILD
    (from rev 274914, mxml/trunk/PKGBUILD)

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: mxml/repos/community-testing-x86_64/PKGBUILD (from rev 274914, mxml/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-12-19 19:32:26 UTC (rev 274915)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+# Contributor: Johannes Sjolund <j.sjolund at gmail.com>
+
+pkgname=mxml
+pkgver=2.11
+pkgrel=1
+pkgdesc="A small XML parsing library"
+arch=('x86_64')
+url="http://www.minixml.org/"
+license=('LGPL')
+depends=('zlib')
+source=("https://github.com/michaelrsweet/${pkgname}/archive/v${pkgver}.tar.gz")
+sha512sums=('1cb60f6e56dfda9a1f1ac0c39493da411dc671976469afe80995b996cb501ed692027bac37103f8ae5aa196e78896094ef43eb3113b722a5b33a5ae025f21854')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DSTROOT="${pkgdir}" install
+}



More information about the arch-commits mailing list