[arch-commits] CVS update of extra/x11/fontforge (PKGBUILD)

Eric Belanger eric at archlinux.org
Mon Jul 9 23:34:13 UTC 2007


    Date: Monday, July 9, 2007 @ 19:34:13
  Author: eric
    Path: /home/cvs-extra/extra/x11/fontforge

Modified: PKGBUILD (1.2 -> 1.3)

upgpkg: fontforge 20070607-1
added license, arch field


----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)


Index: extra/x11/fontforge/PKGBUILD
diff -u extra/x11/fontforge/PKGBUILD:1.2 extra/x11/fontforge/PKGBUILD:1.3
--- extra/x11/fontforge/PKGBUILD:1.2	Mon Oct 30 07:34:47 2006
+++ extra/x11/fontforge/PKGBUILD	Mon Jul  9 19:34:13 2007
@@ -1,20 +1,22 @@
-# $Id: PKGBUILD,v 1.2 2006/10/30 12:34:47 tom Exp $
+# $Id: PKGBUILD,v 1.3 2007/07/09 23:34:13 eric Exp $
 # Contributor: William Rea <sillywilly at gmail.com>
 # Maintainer: Dale Blount <dale at archlinux.org>
 pkgname=fontforge
-pkgver=20061025
+pkgver=20070607
 pkgrel=1
 pkgdesc="An outline and bitmap font editor"
+arch=('i686' 'x86_64')
 url="http://fontforge.sourceforge.net"
-options=('NOLIBTOOL')
-license=""
+license=('custom')
 depends=('libxkbui' 'libxi')
+options=('!libtool')
 source=(http://dl.sourceforge.net/sourceforge/fontforge/fontforge_full-$pkgver.tar.bz2)
-md5sums=('5fcfa3497d237bf68d1d388254f78448')
+md5sums=('f25ab79dc5edeabeb557cdefe9b2ccc7')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-multilayer --with-devicetables
+  ./configure --prefix=/usr --with-multilayer --with-devicetables --without-python
   make || return 1
   make prefix=$startdir/pkg/usr install
+  install -D -m644 LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
 }




More information about the arch-commits mailing list