diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-11-23 16:27:38 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-11-23 16:27:38 +0000 |
commit | 851ab9aa99e9bda38f88b5f5ade096c9137e11c8 (patch) | |
tree | 3348def9f302163ab06833327d534d99fcf86333 /testing/gtkhtml4 | |
parent | 859f538490d5f7a35356c8813cf5757b175eea98 (diff) |
Wed Nov 23 16:27:34 UTC 2011
Diffstat (limited to 'testing/gtkhtml4')
-rw-r--r-- | testing/gtkhtml4/PKGBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/gtkhtml4/PKGBUILD b/testing/gtkhtml4/PKGBUILD deleted file mode 100644 index 940cee589..000000000 --- a/testing/gtkhtml4/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# $Id: PKGBUILD 142738 2011-11-14 12:15:43Z ibiru $ -# Maintainer: Ionut Biru <ibiru@archlinux.org> - -pkgname=gtkhtml4 -_pkgbasename=gtkhtml -pkgver=4.2.2 -pkgrel=1 -pkgdesc="A lightweight HTML renderer/editor widget for GTK3" -arch=(i686 x86_64) -license=('GPL') -depends=('gtk3' 'enchant' 'iso-codes' 'gnome-icon-theme' 'libsoup') -makedepends=('intltool') -url="http://www.gnome.org" -options=('!libtool') -source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz) -sha256sums=('e20bb5d461e9ae9d3a8d4e13d544db1813707810ded7cbde9287485f2394dd2c') - -build() { - cd "${srcdir}/${_pkgbasename}-${pkgver}" - ./configure --prefix=/usr --sysconfdir=/etc \ - --libexecdir=/usr/lib/gtkhtml4 \ - --localstatedir=/var --disable-static - make -} - -package() { - cd "${srcdir}/${_pkgbasename}-${pkgver}" - make DESTDIR="${pkgdir}" install -} |