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

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:35:02 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:35:01
  Author: heftig
Revision: 155183

db-move: moved libcroco from [gnome-unstable] to [testing] (i686)

Added:
  libcroco/repos/testing-i686/
  libcroco/repos/testing-i686/PKGBUILD
    (from rev 155005, libcroco/repos/gnome-unstable-i686/PKGBUILD)
Deleted:
  libcroco/repos/gnome-unstable-i686/

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

Copied: libcroco/repos/testing-i686/PKGBUILD (from rev 155005, libcroco/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-01 11:35:01 UTC (rev 155183)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+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
+}




More information about the arch-commits mailing list