[arch-commits] CVS update of arch/build/x11-libs/libxfont (PKGBUILD)

Eric Belanger eric at archlinux.org
Thu Jul 5 00:40:28 UTC 2007


    Date: Wednesday, July 4, 2007 @ 20:40:28
  Author: eric
    Path: /home/cvs-arch/arch/build/x11-libs/libxfont

Modified: PKGBUILD (1.13 -> 1.14)

upgpkg: libxfont 1.3.0-1
added license, updated options syntax


----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)


Index: arch/build/x11-libs/libxfont/PKGBUILD
diff -u arch/build/x11-libs/libxfont/PKGBUILD:1.13 arch/build/x11-libs/libxfont/PKGBUILD:1.14
--- arch/build/x11-libs/libxfont/PKGBUILD:1.13	Tue Jul  3 14:22:57 2007
+++ arch/build/x11-libs/libxfont/PKGBUILD	Wed Jul  4 20:40:28 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.13 2007/07/03 18:22:57 alexander Exp $
+# $Id: PKGBUILD,v 1.14 2007/07/05 00:40:28 eric Exp $
 # Maintainer: Alexander Baldeck <alexander at archlinux.org>
 # Contributor: Jan de Groot <jgc at archlinux.org>
 pkgname=libxfont
@@ -7,10 +7,12 @@
 pkgdesc="X11 font rasterisation library"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
+license=('custom')
 depends=('libfontenc' 'freetype2>=2.3.4' 'fontsproto')
 makedepends=('pkgconfig' 'xtrans' 'fontcacheproto' 'xproto')
-options=('nolibtool')
+options=('!libtool')
 source=(${url}/releases/individual/lib/libXfont-${pkgver}.tar.bz2)
+md5sums=('d1d3fa170d74b066f1f23ca8574e7c90')
 
 build() {
   cd ${startdir}/src/libXfont-${pkgver}
@@ -18,5 +20,5 @@
               --build=${CHOST} --host=${CHOST}
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
+  install -D -m644 COPYING ${startdir}/pkg/usr/share/licenses/${pkgname}/COPYING
 }
-md5sums=('d1d3fa170d74b066f1f23ca8574e7c90')




More information about the arch-commits mailing list