Date: Saturday, January 12, 2013 @ 03:33:38
Author: andyrtr
Revision: 175040
archrelease: copy trunk to testing-any
Added:
man2html/repos/testing-any/
man2html/repos/testing-any/PKGBUILD
(from rev 175039, man2html/trunk/PKGBUILD)
----------+
PKGBUILD | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
Copied: man2html/repos/testing-any/PKGBUILD (from rev 175039,
man2html/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2013-01-12 08:33:38 UTC (rev 175040)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: AndyRTR <[email protected]>
+
+# Contributor: Jaroslav Lichtblau <[email protected]>
+# Contributor: Paolo "PalmaWay" Palmieri <[email protected]>
+
+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
+}