[arch-commits] CVS update of arch/build/lib/libexif (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Jun 10 20:07:15 UTC 2007


    Date: Sunday, June 10, 2007 @ 16:07:15
  Author: jgc
    Path: /home/cvs-arch/arch/build/lib/libexif

Modified: PKGBUILD (1.7 -> 1.8)

upgpkg: libexif 0.6.15-1


----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)


Index: arch/build/lib/libexif/PKGBUILD
diff -u arch/build/lib/libexif/PKGBUILD:1.7 arch/build/lib/libexif/PKGBUILD:1.8
--- arch/build/lib/libexif/PKGBUILD:1.7	Fri May 11 12:25:19 2007
+++ arch/build/lib/libexif/PKGBUILD	Sun Jun 10 16:07:14 2007
@@ -1,22 +1,20 @@
-# $Id: PKGBUILD,v 1.7 2007/05/11 16:25:19 tpowa Exp $
+# $Id: PKGBUILD,v 1.8 2007/06/10 20:07:14 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: Tobias Kieslich <tobias at justdreams.de>
 
 pkgname=libexif
-pkgver=0.6.14
+pkgver=0.6.15
 pkgrel=1
 pkgdesc="A library to parse an EXIF file and read the data from those tags"
 arch=(i686 x86_64)
+license=('LGPL')
 url="http://sourceforge.net/projects/libexif"
 depends=('glibc')
-license=('GPL')
-options=(NOLIBTOOL)
+options=('!libtool')
 source=(http://heanet.dl.sf.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('ec9ec871281846315b4b4b6e10c6d816')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  sed -i -e 's/^SUBDIRS.*/SUBDIRS = m4m po libexif test binary/' Makefile.in
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=${startdir}/pkg install




More information about the arch-commits mailing list