[arch-commits] Commit in libcroco/repos (3 files)
Jan Steffens
heftig at archlinux.org
Sun Apr 1 11:35:03 UTC 2012
Date: Sunday, April 1, 2012 @ 07:35:02
Author: heftig
Revision: 155184
db-move: moved libcroco from [gnome-unstable] to [testing] (x86_64)
Added:
libcroco/repos/testing-x86_64/
libcroco/repos/testing-x86_64/PKGBUILD
(from rev 155005, libcroco/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
libcroco/repos/gnome-unstable-x86_64/
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: libcroco/repos/testing-x86_64/PKGBUILD (from rev 155005, libcroco/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 11:35:02 UTC (rev 155184)
@@ -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