[arch-commits] Commit in xmlto/repos (4 files)

Allan McRae allan at archlinux.org
Fri Feb 10 04:10:06 UTC 2012


    Date: Thursday, February 9, 2012 @ 23:10:06
  Author: allan
Revision: 149751

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  xmlto/repos/testing-i686/
  xmlto/repos/testing-i686/PKGBUILD
    (from rev 149750, xmlto/trunk/PKGBUILD)
  xmlto/repos/testing-x86_64/
  xmlto/repos/testing-x86_64/PKGBUILD
    (from rev 149750, xmlto/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: xmlto/repos/testing-i686/PKGBUILD (from rev 149750, xmlto/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-02-10 04:10:06 UTC (rev 149751)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Sergej Pupykin <sergej at aur.archlinux.org>
+# Contributor: Robert Stoffers <rob1 at ubuntu.com>
+
+pkgname=xmlto
+pkgver=0.0.25
+pkgrel=2
+pkgdesc="Convert xml to many other formats"
+arch=('i686' 'x86_64')
+url="http://cyberelk.net/tim/software/xmlto/"
+license=('GPL')
+depends=('libxslt' 'perl-yaml-syck' 'perl-test-pod')
+makedepends=('docbook-xsl')
+source=("https://fedorahosted.org/releases/x/m/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('6b6267b1470f8571fe5f63a128970364')
+
+build() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+              --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: xmlto/repos/testing-x86_64/PKGBUILD (from rev 149750, xmlto/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-02-10 04:10:06 UTC (rev 149751)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Sergej Pupykin <sergej at aur.archlinux.org>
+# Contributor: Robert Stoffers <rob1 at ubuntu.com>
+
+pkgname=xmlto
+pkgver=0.0.25
+pkgrel=2
+pkgdesc="Convert xml to many other formats"
+arch=('i686' 'x86_64')
+url="http://cyberelk.net/tim/software/xmlto/"
+license=('GPL')
+depends=('libxslt' 'perl-yaml-syck' 'perl-test-pod')
+makedepends=('docbook-xsl')
+source=("https://fedorahosted.org/releases/x/m/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('6b6267b1470f8571fe5f63a128970364')
+
+build() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+              --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list