[arch-commits] Commit in tidyhtml/repos (4 files)

Andrea Scarpino andrea at archlinux.org
Tue Jan 10 21:14:27 UTC 2012


    Date: Tuesday, January 10, 2012 @ 16:14:26
  Author: andrea
Revision: 146404

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  tidyhtml/repos/extra-i686/PKGBUILD
    (from rev 146403, tidyhtml/trunk/PKGBUILD)
  tidyhtml/repos/extra-x86_64/PKGBUILD
    (from rev 146403, tidyhtml/trunk/PKGBUILD)
Deleted:
  tidyhtml/repos/extra-i686/PKGBUILD
  tidyhtml/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   78 +++++++++++++++++++++++++-----------------------
 extra-x86_64/PKGBUILD |   78 +++++++++++++++++++++++++-----------------------
 2 files changed, 84 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-01-10 21:14:00 UTC (rev 146403)
+++ extra-i686/PKGBUILD	2012-01-10 21:14:26 UTC (rev 146404)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: eric <eric at archlinux.org>
-# Contributor : Markus Meissner <markus at meissna.de>
-
-pkgname=tidyhtml
-# obtain pkgver from http://tidy.cvs.sourceforge.net/tidy/tidy/src/version.h?view=markup
-pkgver=1.46
-pkgrel=1
-pkgdesc="A tool to tidy down your HTML code to a clean style"
-arch=('i686' 'x86_64')
-url="http://tidy.sourceforge.net/"
-license=('custom')
-options=('!libtool')
-source=(ftp://ftp.archlinux.org/other/tidyhtml/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('3d970d54be83c5ec985687e9976a2832')
-
-mksource() {
-  mkdir tidyhtml-${pkgver}
-  cd tidyhtml-${pkgver}
-  cvs -d:pserver:anonymous at tidy.cvs.sourceforge.net:/cvsroot/tidy login   #hit enter for password
-  cvs -z3 -d:pserver:anonymous at tidy.cvs.sourceforge.net:/cvsroot/tidy co -P tidy
-  cd ..
-  tar -cvjf tidyhtml-${pkgver}.tar.bz2 tidyhtml-${pkgver}/*
-}
-
-build(){
-  cd $srcdir/${pkgname}-${pkgver}/tidy
-  source build/gnuauto/setup.sh
-  
-  ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR=$pkgdir install
-  
-  install -Dm644 htmldoc/license.html \
-    ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}

Copied: tidyhtml/repos/extra-i686/PKGBUILD (from rev 146403, tidyhtml/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-01-10 21:14:26 UTC (rev 146404)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:
+# Contributor: eric <eric at archlinux.org>
+# Contributor: Markus Meissner <markus at meissna.de>
+
+pkgname=tidyhtml
+# obtain pkgver from http://tidy.cvs.sourceforge.net/tidy/tidy/src/version.h?view=markup
+pkgver=1.46
+pkgrel=2
+pkgdesc="A tool to tidy down your HTML code to a clean style"
+arch=('i686' 'x86_64')
+url="http://tidy.sourceforge.net/"
+license=('custom')
+depends=('glibc')
+options=('!libtool')
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('3d970d54be83c5ec985687e9976a2832')
+
+mksource() {
+  mkdir ${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
+  cvs -d:pserver:anonymous at tidy.cvs.sourceforge.net:/cvsroot/tidy login   #hit enter for password
+  cvs -z3 -d:pserver:anonymous at tidy.cvs.sourceforge.net:/cvsroot/tidy co -P tidy
+  cd ..
+  tar -cvjf ${pkgname}-${pkgver}.tar.bz2 ${pkgname}-${pkgver}/*
+}
+
+build(){
+  cd $srcdir/${pkgname}-${pkgver}/tidy
+  source build/gnuauto/setup.sh
+  
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}/tidy
+  make DESTDIR=$pkgdir install
+  
+  install -Dm644 htmldoc/license.html \
+    ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-01-10 21:14:00 UTC (rev 146403)
+++ extra-x86_64/PKGBUILD	2012-01-10 21:14:26 UTC (rev 146404)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: eric <eric at archlinux.org>
-# Contributor : Markus Meissner <markus at meissna.de>
-
-pkgname=tidyhtml
-# obtain pkgver from http://tidy.cvs.sourceforge.net/tidy/tidy/src/version.h?view=markup
-pkgver=1.46
-pkgrel=1
-pkgdesc="A tool to tidy down your HTML code to a clean style"
-arch=('i686' 'x86_64')
-url="http://tidy.sourceforge.net/"
-license=('custom')
-options=('!libtool')
-source=(ftp://ftp.archlinux.org/other/tidyhtml/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('3d970d54be83c5ec985687e9976a2832')
-
-mksource() {
-  mkdir tidyhtml-${pkgver}
-  cd tidyhtml-${pkgver}
-  cvs -d:pserver:anonymous at tidy.cvs.sourceforge.net:/cvsroot/tidy login   #hit enter for password
-  cvs -z3 -d:pserver:anonymous at tidy.cvs.sourceforge.net:/cvsroot/tidy co -P tidy
-  cd ..
-  tar -cvjf tidyhtml-${pkgver}.tar.bz2 tidyhtml-${pkgver}/*
-}
-
-build(){
-  cd $srcdir/${pkgname}-${pkgver}/tidy
-  source build/gnuauto/setup.sh
-  
-  ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR=$pkgdir install
-  
-  install -Dm644 htmldoc/license.html \
-    ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}

Copied: tidyhtml/repos/extra-x86_64/PKGBUILD (from rev 146403, tidyhtml/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-01-10 21:14:26 UTC (rev 146404)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:
+# Contributor: eric <eric at archlinux.org>
+# Contributor: Markus Meissner <markus at meissna.de>
+
+pkgname=tidyhtml
+# obtain pkgver from http://tidy.cvs.sourceforge.net/tidy/tidy/src/version.h?view=markup
+pkgver=1.46
+pkgrel=2
+pkgdesc="A tool to tidy down your HTML code to a clean style"
+arch=('i686' 'x86_64')
+url="http://tidy.sourceforge.net/"
+license=('custom')
+depends=('glibc')
+options=('!libtool')
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('3d970d54be83c5ec985687e9976a2832')
+
+mksource() {
+  mkdir ${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
+  cvs -d:pserver:anonymous at tidy.cvs.sourceforge.net:/cvsroot/tidy login   #hit enter for password
+  cvs -z3 -d:pserver:anonymous at tidy.cvs.sourceforge.net:/cvsroot/tidy co -P tidy
+  cd ..
+  tar -cvjf ${pkgname}-${pkgver}.tar.bz2 ${pkgname}-${pkgver}/*
+}
+
+build(){
+  cd $srcdir/${pkgname}-${pkgver}/tidy
+  source build/gnuauto/setup.sh
+  
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}/tidy
+  make DESTDIR=$pkgdir install
+  
+  install -Dm644 htmldoc/license.html \
+    ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}




More information about the arch-commits mailing list