[arch-commits] Commit in tidyhtml/trunk (PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Mon Oct 21 12:38:01 UTC 2013


    Date: Monday, October 21, 2013 @ 14:38:00
  Author: andrea
Revision: 197004

upgpkg: tidyhtml 1.46-3

remove static libs

Modified:
  tidyhtml/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-21 12:37:50 UTC (rev 197003)
+++ PKGBUILD	2013-10-21 12:38:00 UTC (rev 197004)
@@ -6,13 +6,12 @@
 pkgname=tidyhtml
 # obtain pkgver from http://tidy.cvs.sourceforge.net/tidy/tidy/src/version.h?view=markup
 pkgver=1.46
-pkgrel=2
+pkgrel=3
 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')
 
@@ -26,17 +25,17 @@
 }
 
 build(){
-  cd $srcdir/${pkgname}-${pkgver}/tidy
+  cd ${pkgname}-${pkgver}/tidy
   source build/gnuauto/setup.sh
-  
+
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $srcdir/${pkgname}-${pkgver}/tidy
+  cd ${pkgname}-${pkgver}/tidy
   make DESTDIR=$pkgdir install
-  
+
   install -Dm644 htmldoc/license.html \
-    ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+    "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }




More information about the arch-commits mailing list