summaryrefslogtreecommitdiff
path: root/gnome-unstable/libcroco/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-unstable/libcroco/PKGBUILD')
-rw-r--r--gnome-unstable/libcroco/PKGBUILD26
1 files changed, 26 insertions, 0 deletions
diff --git a/gnome-unstable/libcroco/PKGBUILD b/gnome-unstable/libcroco/PKGBUILD
new file mode 100644
index 000000000..2354aadb1
--- /dev/null
+++ b/gnome-unstable/libcroco/PKGBUILD
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 167716 2012-10-03 10:14:48Z jgc $
+# Maintainer: Jan de Groot <jgc@archlinux.org>
+
+pkgname=libcroco
+pkgver=0.6.6
+pkgrel=1
+pkgdesc="A CSS parsing library"
+arch=('x86_64' 'i686')
+depends=('glib2' 'libxml2')
+makedepends=('intltool')
+license=('LGPL')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.6/$pkgname-$pkgver.tar.xz)
+url="http://www.gnome.org"
+sha256sums=('72ecace2f3d016a25f2b923c6d0cc76cced823e94171692c533f6c2088086bd9')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --disable-static
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}