[arch-commits] Commit in man2html/repos (extra-any extra-any/PKGBUILD testing-any)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Jan 12 11:27:38 UTC 2013


    Date: Saturday, January 12, 2013 @ 06:27:37
  Author: andyrtr
Revision: 175059

db-move: moved man2html from [testing] to [extra] (any)

Added:
  man2html/repos/extra-any/
  man2html/repos/extra-any/PKGBUILD
    (from rev 175058, man2html/repos/testing-any/PKGBUILD)
Deleted:
  man2html/repos/testing-any/

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

Copied: man2html/repos/extra-any/PKGBUILD (from rev 175058, man2html/repos/testing-any/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2013-01-12 11:27:37 UTC (rev 175059)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Paolo "PalmaWay" Palmieri <palmaway at gmx.it>
+
+pkgname=man2html
+pkgver=3.0.1
+pkgrel=3
+pkgdesc="A Unix manpage-to-HTML converter"
+arch=('any')
+url="http://www.oac.uci.edu/indiv/ehood/man2html.html"
+license=('GPL')
+depends=('man-db' 'perl')
+source=(http://www.oac.uci.edu/indiv/ehood/tar/$pkgname$pkgver.tar.gz)
+md5sums=('1c0d28c83225d0ebc845f2386c8f8384')
+
+package() {
+  cd ${srcdir}/${pkgname}${pkgver}
+  install -d ${pkgdir}/usr/bin ${pkgdir}/usr/share/man/man1
+  perl install.me -batch -binpath ${pkgdir}/usr/bin -manpath ${pkgdir}/usr/share/man
+}




More information about the arch-commits mailing list