[arch-commits] Commit in (4 files)

Jan Steffens heftig at archlinux.org
Mon Oct 1 23:14:15 UTC 2012


    Date: Monday, October 1, 2012 @ 19:14:15
  Author: heftig
Revision: 167402

libpangox got split out from pango

Added:
  pangox-compat/
  pangox-compat/repos/
  pangox-compat/trunk/
  pangox-compat/trunk/PKGBUILD

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

Added: pangox-compat/trunk/PKGBUILD
===================================================================
--- pangox-compat/trunk/PKGBUILD	                        (rev 0)
+++ pangox-compat/trunk/PKGBUILD	2012-10-01 23:14:15 UTC (rev 167402)
@@ -0,0 +1,27 @@
+# $Id$ 
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=pangox-compat
+pkgver=0.0.1
+pkgrel=1
+pkgdesc="X Window System font support for Pango"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('pango')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+url="http://www.pango.org/"
+sha256sums=('c2f46569698c080061f258847ff4030c409846ec69fe3b28fa78d199982b8f3b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR="${pkgdir}" install
+}


Property changes on: pangox-compat/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list