[arch-commits] Commit in texi2html/repos (staging-any staging-any/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 9 21:58:53 UTC 2018


    Date: Friday, November 9, 2018 @ 21:58:53
  Author: foutrelis
Revision: 338635

archrelease: copy trunk to staging-any

Added:
  texi2html/repos/staging-any/
  texi2html/repos/staging-any/PKGBUILD
    (from rev 338634, texi2html/trunk/PKGBUILD)

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

Copied: texi2html/repos/staging-any/PKGBUILD (from rev 338634, texi2html/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2018-11-09 21:58:53 UTC (rev 338635)
@@ -0,0 +1,26 @@
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=texi2html
+pkgver=5.0
+pkgrel=5
+pkgdesc="Converts texinfo documents to HTML"
+arch=('any')
+url="http://www.nongnu.org/texi2html/"
+license=('GPL')
+depends=('perl')
+source=(https://download.savannah.gnu.org/releases/texi2html/$pkgname-$pkgver.tar.bz2{,.sig})
+sha256sums=('e8a98b0ee20c495a6ab894398a065ef580272dbd5a15b1b19e8bd1bc89d9f9fa'
+            'SKIP')
+validpgpkeys=('9804BBF566E198FCA15D5C215EC2A77F36ECC523') # "Patrice Dumas (Pertusus) <pertusus at free.fr>"
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir"  install
+}



More information about the arch-commits mailing list