[arch-commits] Commit in libotf/trunk (PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Thu Aug 19 13:03:17 UTC 2010


    Date: Thursday, August 19, 2010 @ 09:03:17
  Author: bisson
Revision: 88090

minor upstream update

Modified:
  libotf/trunk/PKGBUILD

----------+
 PKGBUILD |   21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-19 13:00:48 UTC (rev 88089)
+++ PKGBUILD	2010-08-19 13:03:17 UTC (rev 88090)
@@ -2,21 +2,24 @@
 # Contributor: Ashish Shukla <wahjava.ml at gmail.com>
 
 pkgname=libotf
-pkgver=0.9.9
+pkgver=0.9.11
 pkgrel=1
-pkgdesc="OpenType Font library"
-url="http://www.m17n.org/libotf/"
+pkgdesc='OpenType Font library'
+url='http://www.m17n.org/libotf/'
 arch=('i686' 'x86_64')
 license=('LGPL')
 depends=('libxaw' 'freetype2')
 options=('!libtool')
-source=(http://www.m17n.org/libotf/${pkgname}-${pkgver}.tar.gz)
-md5sums=('95e5452263bf8e75ece988e6d827b55c')
-sha1sums=('b0135fc55e599bf2fcecd7ff440e155511166e4f')
+source=("http://www.m17n.org/libotf/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('e20889a163ecb336ddc827814a21a3ba76dbc1fc')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+  ./configure --prefix=/usr
+  make
 }
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list