Date: Monday, January 30, 2012 @ 13:48:16
  Author: ibiru
Revision: 148206

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

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

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

Copied: libgtkhtml/repos/testing-i686/PKGBUILD (from rev 148047, 
libgtkhtml/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2012-01-30 18:48:16 UTC (rev 148206)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot <[email protected]>
+
+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
+}

Reply via email to