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

Allan McRae allan at archlinux.org
Thu Jan 15 09:42:34 UTC 2009


    Date: Thursday, January 15, 2009 @ 04:42:34
  Author: allan
Revision: 24203

new dep for m17n-lib

Added:
  libotf/
  libotf/repos/
  libotf/trunk/
  libotf/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

Added: libotf/trunk/PKGBUILD
===================================================================
--- libotf/trunk/PKGBUILD	                        (rev 0)
+++ libotf/trunk/PKGBUILD	2009-01-15 09:42:34 UTC (rev 24203)
@@ -0,0 +1,20 @@
+# $Id: $
+# Contributor: Ashish Shukla <wahjava.ml at gmail.com>
+
+pkgname=libotf
+pkgver=0.9.8
+pkgrel=1
+pkgdesc="OpenType Font library"
+url="http://www.m17n.org/libotf/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libxaw' 'libxmu' 'libxt' 'freetype2' 'libx11')
+source=(http://www.m17n.org/libotf/$pkgname-$pkgver.tar.gz)
+md5sums=('586e806cf585e26ce5f3a51c472fe2d5')
+
+build() {
+	cd ${srcdir}/$pkgname-$pkgver
+	./configure --prefix=/usr
+	make || return 1
+	make prefix=${pkgdir}/usr install || return 1
+}




More information about the arch-commits mailing list