[arch-commits] CVS update of extra/office/pilot-link (PKGBUILD)

Paul Mattal paul at archlinux.org
Wed Dec 5 03:00:04 UTC 2007


    Date: Tuesday, December 4, 2007 @ 22:00:04
  Author: paul
    Path: /home/cvs-extra/extra/office/pilot-link

Modified: PKGBUILD (1.10 -> 1.11)

upgpkg: pilot-link 0.12.3-1
update to 0.12.3


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


Index: extra/office/pilot-link/PKGBUILD
diff -u extra/office/pilot-link/PKGBUILD:1.10 extra/office/pilot-link/PKGBUILD:1.11
--- extra/office/pilot-link/PKGBUILD:1.10	Tue Aug  7 23:16:26 2007
+++ extra/office/pilot-link/PKGBUILD	Tue Dec  4 22:00:03 2007
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD,v 1.10 2007/08/08 03:16:26 eric Exp $
+# $Id: PKGBUILD,v 1.11 2007/12/05 03:00:03 paul Exp $
 # Maintainer: dale <dale at archlinux.org>
 
 # todo: add perl support, DESTDIR has no affect on perl
 # and it seems that moving the files manually doesn't work
 
 pkgname=pilot-link
-pkgver=0.12.2
-pkgrel=2
+pkgver=0.12.3
+pkgrel=1
 pkgdesc="A suite of tools for connecting to PalmOS handheld devices"
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
@@ -14,13 +14,12 @@
 options=('!libtool')
 url=http://www.pilot-link.org/
 source=(http://downloads.pilot-link.org/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('c1f4db8f32a2ee916fedb9a2dac8aa26')
+md5sums=('257124484d50552679c53cae8e118aa3')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  sed -i 's/AC_DEFUN(\[IT_PROG_INTLTOOL\], \[AC_PREREQ(\[2.50\])dnl//' pilot-link.m4.in || return 1
   ./configure --prefix=/usr --enable-conduits --enable-libusb \
-    --with-libiconv --with-libpng
+    --with-libiconv --with-libpng || return 1
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${startdir}/pkg install || return 1
 }




More information about the arch-commits mailing list