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

Gaetan Bisson bisson at archlinux.org
Sun Feb 5 15:12:30 UTC 2012


    Date: Sunday, February 5, 2012 @ 10:12:30
  Author: bisson
Revision: 149037

signed rebuild for free

Modified:
  libotf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-05 15:10:20 UTC (rev 149036)
+++ PKGBUILD	2012-02-05 15:12:30 UTC (rev 149037)
@@ -3,19 +3,19 @@
 
 pkgname=libotf
 pkgver=0.9.12
-pkgrel=1
+pkgrel=2
 pkgdesc='OpenType Font library'
 url='http://www.m17n.org/libotf/'
+license=('LGPL')
+options=('!libtool')
 arch=('i686' 'x86_64')
-license=('LGPL')
 depends=('libxaw' 'freetype2')
-options=('!libtool')
 source=("http://www.m17n.org/libotf/${pkgname}-${pkgver}.tar.gz")
 sha1sums=('47872f696a62e8f111960143f3f36b5366398e20')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure --prefix=/usr
+	./configure --prefix=/usr --disable-static
 	make
 }
 




More information about the arch-commits mailing list