[arch-commits] Commit in lib32-libcroco (3 files)

Maxime Gauduin alucryd at archlinux.org
Wed Oct 14 07:45:05 UTC 2015


    Date: Wednesday, October 14, 2015 @ 09:45:05
  Author: alucryd
Revision: 143984

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libcroco/repos/
  lib32-libcroco/repos/multilib-x86_64/
  lib32-libcroco/repos/multilib-x86_64/PKGBUILD
    (from rev 143983, lib32-libcroco/trunk/PKGBUILD)

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

Copied: lib32-libcroco/repos/multilib-x86_64/PKGBUILD (from rev 143983, lib32-libcroco/trunk/PKGBUILD)
===================================================================
--- repos/multilib-x86_64/PKGBUILD	                        (rev 0)
+++ repos/multilib-x86_64/PKGBUILD	2015-10-14 07:45:05 UTC (rev 143984)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: GordonGR <ntheo1979 at gmail.com>
+# Contributor: speps <speps.aur at archlinux.org>
+
+pkgname=lib32-libcroco
+pkgver=0.6.8
+pkgrel=2
+pkgdesc='GNOME CSS2 parsing and manipulation toolkit'
+arch=('x86_64')
+url="http://www.gnome.org/"
+license=('LGPL')
+depends=('lib32-glib2' 'lib32-libxml2' 'libcroco')
+makedepends=('gcc-multilib')
+source=("http://ftp.gnome.org/pub/gnome/sources/libcroco/0.6/libcroco-${pkgver}.tar.xz")
+md5sums=('767e73c4174f75b99695d4530fd9bb80')
+
+build() {
+  cd libcroco-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+    --prefix='/usr' \
+    --libdir='/usr/lib32' \
+    --disable-static
+  make
+}
+
+package() {
+  cd libcroco-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list