From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- extra/libcroco/PKGBUILD | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 extra/libcroco/PKGBUILD (limited to 'extra/libcroco') diff --git a/extra/libcroco/PKGBUILD b/extra/libcroco/PKGBUILD new file mode 100644 index 000000000..ca1479053 --- /dev/null +++ b/extra/libcroco/PKGBUILD @@ -0,0 +1,21 @@ +# $Id: PKGBUILD 26935 2009-02-14 19:49:35Z jgc $ +# Maintainer: Jan de Groot +pkgname=libcroco +pkgver=0.6.2 +pkgrel=1 +pkgdesc="GNOME CSS2 parsing and manipulation toolkit" +arch=('x86_64' 'i686') +depends=('glib2>=2.18.4' 'libxml2>=2.7.3') +makedepends=('intltool' 'pkgconfig') +license=('LGPL') +options=('!libtool') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2) +url="http://www.gnome.org" +md5sums=('1429c597aa4b75fc610ab3a542c99209') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr --disable-static || return 1 + make || return 1 + make DESTDIR="${pkgdir}" install || return 1 +} -- cgit v1.2.3-54-g00ecf