Date: Friday, January 25, 2019 @ 07:03:26
  Author: andyrtr
Revision: 344731

archrelease: copy trunk to extra-x86_64

Added:
  texi2html/repos/extra-x86_64/
  texi2html/repos/extra-x86_64/PKGBUILD
    (from rev 344730, texi2html/trunk/PKGBUILD)

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

Copied: texi2html/repos/extra-x86_64/PKGBUILD (from rev 344730, 
texi2html/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD                               (rev 0)
+++ extra-x86_64/PKGBUILD       2019-01-25 07:03:26 UTC (rev 344731)
@@ -0,0 +1,26 @@
+# Maintainer: Tobias Powalowski <tp...@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="https://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) <pertu...@free.fr>"
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir"  install
+}

Reply via email to