[arch-commits] Commit in source-highlight/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Thu Jun 25 07:13:18 UTC 2009


    Date: Thursday, June 25, 2009 @ 03:13:18
  Author: giovanni
Revision: 43556

Merged revisions 43555 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/source-highlight/trunk

........
  r43555 | giovanni | 2009-06-25 00:12:39 -0700 (gio, 25 giu 2009) | 2 lines
  
  upgpkg: source-highlight 3.1-1
      New version 3.1
........

Modified:
  source-highlight/repos/extra-x86_64/	(properties)
  source-highlight/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   32 ++++++++++++++++++--------------
 1 file changed, 18 insertions(+), 14 deletions(-)


Property changes on: source-highlight/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /source-highlight/trunk:1-25301
   + /source-highlight/trunk:1-43555

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-06-25 07:12:39 UTC (rev 43555)
+++ extra-x86_64/PKGBUILD	2009-06-25 07:13:18 UTC (rev 43556)
@@ -1,23 +1,27 @@
 # $Id$
-# Maintainer: damir <damir at archlinux.org>
-# Contributor: Ben <ben at benmazer.net>
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
 
 pkgname=source-highlight
-pkgver=2.11.1
-pkgrel=3
-pkgdesc="convert source code to highlighted html"
-arch=("i686" "x86_64")
+pkgver=3.1
+pkgrel=1
+pkgdesc="Convert source code to syntax highlighted document"
+arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/src-highlite/"
 license=('GPL')
-depends=('gcc-libs' 'bash' 'boost>=1.34.0' 'ctags')
-source=(ftp://ftp.gnu.org/gnu/src-highlite/$pkgname-$pkgver.tar.gz)
+depends=('bash' 'boost>=1.37.0')
+makedepends=('ctags')
+options=('!libtool')
+source=(ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz)
+md5sums=('5680461e835ecfea006497ed2d018126')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
-
-  ./configure --prefix=/usr 
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+              --sysconfdir=/etc \
+	      --with-bash-completion=${pkgdir}/etc/bash_completion.d
   make || return 1
-  make prefix=$startdir/pkg/usr install
+  make prefix=${pkgdir}/usr install
+  rm -rf ${pkgdir}/usr/share/info/dir
+}
 
-  rm -rf $startdir/pkg/usr/share/info/dir
-}




More information about the arch-commits mailing list