[arch-commits] Commit in (4 files)

Tobias Powalowski tpowa at archlinux.org
Sun Jan 24 10:15:31 UTC 2010


    Date: Sunday, January 24, 2010 @ 05:15:30
  Author: tpowa
Revision: 65086

new package for qemu manpages

Added:
  texi2html/
  texi2html/repos/
  texi2html/trunk/
  texi2html/trunk/PKGBUILD

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

Added: texi2html/trunk/PKGBUILD
===================================================================
--- texi2html/trunk/PKGBUILD	                        (rev 0)
+++ texi2html/trunk/PKGBUILD	2010-01-24 10:15:30 UTC (rev 65086)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=texi2html
+pkgver=1.82
+pkgrel=1
+pkgdesc="Converts texinfo documents to HTML"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/texi2html/"
+license=('GPL')
+depends=('perl')
+source=(http://www.very-clever.com/download/nongnu/texi2html/$pkgname-$pkgver.tar.gz)
+
+build() {
+  cd $startdir/src/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  sed -i "s|mandir = /usr/man|mandir = \${prefix}/share/man|g" Makefile
+  make || return 1
+  make prefix=$startdir/pkg/usr install
+  rm -r $startdir/pkg/usr/share/texinfo
+  rm -r $startdir/pkg/usr/share/info
+}
+md5sums=('7ea537a8c81ffbf5421b39c0333e91df')


Property changes on: texi2html/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list