diff options
Diffstat (limited to 'extra/libotf/PKGBUILD')
-rw-r--r-- | extra/libotf/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/libotf/PKGBUILD b/extra/libotf/PKGBUILD index 85f758c52..14be6a2d6 100644 --- a/extra/libotf/PKGBUILD +++ b/extra/libotf/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 100934 2010-11-26 17:51:11Z bisson $ +# $Id: PKGBUILD 149040 2012-02-05 15:14:11Z bisson $ # Contributor: Ashish Shukla <wahjava.ml@gmail.com> pkgname=libotf pkgver=0.9.12 -pkgrel=1 +pkgrel=2 pkgdesc='OpenType Font library' url='http://www.m17n.org/libotf/' -arch=('i686' 'x86_64') license=('LGPL') -depends=('libxaw' 'freetype2') options=('!libtool') +arch=('i686' 'x86_64') +depends=('libxaw' 'freetype2') 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 } |