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 <d...@sleepmap.de>
+# Contributor: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Contributor: Roman Kyrylych <ro...@archlinux.org>
+# Contributor: Johannes Sjolund <j.sjol...@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
+}

Reply via email to