[arch-commits] Commit in libotf/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Gaetan Bisson
bisson at archlinux.org
Sun Feb 5 15:12:48 UTC 2012
Date: Sunday, February 5, 2012 @ 10:12:48
Author: bisson
Revision: 149038
archrelease: copy trunk to extra-x86_64
Added:
libotf/repos/extra-x86_64/PKGBUILD
(from rev 149037, libotf/trunk/PKGBUILD)
Deleted:
libotf/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2012-02-05 15:12:30 UTC (rev 149037)
+++ PKGBUILD 2012-02-05 15:12:48 UTC (rev 149038)
@@ -1,25 +0,0 @@
-# $Id$
-# Contributor: Ashish Shukla <wahjava.ml at gmail.com>
-
-pkgname=libotf
-pkgver=0.9.12
-pkgrel=1
-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")
-sha1sums=('47872f696a62e8f111960143f3f36b5366398e20')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: libotf/repos/extra-x86_64/PKGBUILD (from rev 149037, libotf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2012-02-05 15:12:48 UTC (rev 149038)
@@ -0,0 +1,25 @@
+# $Id$
+# Contributor: Ashish Shukla <wahjava.ml at gmail.com>
+
+pkgname=libotf
+pkgver=0.9.12
+pkgrel=2
+pkgdesc='OpenType Font library'
+url='http://www.m17n.org/libotf/'
+license=('LGPL')
+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 --disable-static
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list