diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2012-02-15 20:35:57 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2012-02-15 20:35:57 +0000 |
commit | 1ffabe284d9f5a4ac055941d9817af71be1e5b54 (patch) | |
tree | 2b816cb3cc40a5f3053c8371de5613041272e298 /testing/gtkhtml/PKGBUILD | |
parent | 650a87f5a67f6e71d4a56e52139a718d86ebbb46 (diff) |
Wed Feb 15 20:35:56 UTC 2012
Diffstat (limited to 'testing/gtkhtml/PKGBUILD')
-rw-r--r-- | testing/gtkhtml/PKGBUILD | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/gtkhtml/PKGBUILD b/testing/gtkhtml/PKGBUILD deleted file mode 100644 index 6ca49739e..000000000 --- a/testing/gtkhtml/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 148153 2012-01-30 18:47:06Z ibiru $ -# Maintainer: Jan de Groot <jgc@archlinux.org> - -pkgname=gtkhtml -pkgver=3.32.2 -pkgrel=3 -pkgdesc="A lightweight HTML renderer/editor widget for GTK2" -arch=(i686 x86_64) -license=('GPL') -depends=('gconf' 'gtk2' 'gnome-icon-theme' 'enchant' 'iso-codes' 'libsoup') -makedepends=('intltool') -url="http://www.gnome.org" -options=('!libtool') -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.32/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('8746053cf709e1de37c7ac775ab1364ddda4b75167660ed7f98a237b3797e39f') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --sysconfdir=/etc \ - --libexecdir=/usr/lib/gtkhtml \ - --localstatedir=/var --disable-static \ - --disable-deprecated-warning-flags - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - - rm -f "${pkgdir}/usr/bin/gtkhtml-editor-test" -} |