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

Ionut Biru ibiru at archlinux.org
Mon Jan 30 18:48:17 UTC 2012


    Date: Monday, January 30, 2012 @ 13:48:17
  Author: ibiru
Revision: 148207

db-move: moved libgtkhtml from [staging] to [testing] (x86_64)

Added:
  libgtkhtml/repos/testing-x86_64/
  libgtkhtml/repos/testing-x86_64/PKGBUILD
    (from rev 148047, libgtkhtml/repos/staging-x86_64/PKGBUILD)
Deleted:
  libgtkhtml/repos/staging-x86_64/

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

Copied: libgtkhtml/repos/testing-x86_64/PKGBUILD (from rev 148047, libgtkhtml/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-01-30 18:48:17 UTC (rev 148207)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgtkhtml
+pkgver=2.11.1
+pkgrel=4
+pkgdesc="An HTML library for GTK"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gtk2>=2.22.1' 'libxml2>=2.7.8')
+makedepends=('perlxml')
+options=('!libtool')
+url="http://www.gnome.org"
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.11/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('a1d1a197dcff8c4571659deef5495e24')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+              --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list