From b2c353d874b85e06f355a9419852e2616613c7d0 Mon Sep 17 00:00:00 2001 From: Parabola Date: Fri, 4 May 2012 20:00:41 +0000 Subject: Fri May 4 20:00:31 UTC 2012 --- testing/libcroco/PKGBUILD | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 testing/libcroco/PKGBUILD (limited to 'testing/libcroco') diff --git a/testing/libcroco/PKGBUILD b/testing/libcroco/PKGBUILD deleted file mode 100644 index 253f9eac5..000000000 --- a/testing/libcroco/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# $Id: PKGBUILD 155184 2012-04-01 11:35:02Z heftig $ -# Maintainer: Jan de Groot - -pkgname=libcroco -pkgver=0.6.5 -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=('2c6959c3644e889264a61c35ddf17401c86943681d4fe3c1682ecd9acabda7e3') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --disable-static - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} -- cgit v1.2.3-54-g00ecf