summaryrefslogtreecommitdiff
path: root/extra/libzvt/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libzvt/PKGBUILD')
-rw-r--r--extra/libzvt/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/extra/libzvt/PKGBUILD b/extra/libzvt/PKGBUILD
deleted file mode 100644
index 613d14db8..000000000
--- a/extra/libzvt/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 198306 2013-10-30 14:03:48Z allan $
-# Contributor: Tobias Kieslich <tobias@justdreams.de>
-# Maintainer: Jan de Groot <jgc@archlinux.org>
-
-pkgname=libzvt
-pkgver=2.0.1
-pkgrel=7
-pkgdesc="Zed's virtual terminal library"
-arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-url="http://ftp.gnome.org/pub/GNOME/sources/libzvt"
-depends=('gtk2' 'libart-lgpl')
-makedepends=('pkgconfig')
-source=(ftp://ftp.gnome.org/pub/GNOME/sources/libzvt/2.0/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('4bbea49495a341650fa1f89908e6554e')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- sed -i -e 's/-DGTK_DISABLE_DEPRECATED//g' libzvt/Makefile.*
- ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --disable-static \
- --libexecdir=/usr/lib
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}