summaryrefslogtreecommitdiff
path: root/community-staging/dillo/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/dillo/PKGBUILD')
-rw-r--r--community-staging/dillo/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/community-staging/dillo/PKGBUILD b/community-staging/dillo/PKGBUILD
deleted file mode 100644
index 0bd758f9a..000000000
--- a/community-staging/dillo/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 62398 2012-01-19 19:37:30Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: dorphell <dorphell@archlinux.org>
-
-pkgname=dillo
-pkgver=3.0.2
-pkgrel=2
-pkgdesc="A small, fast graphical web browser built on FLTK"
-arch=(i686 x86_64)
-url="http://www.dillo.org"
-license=('GPL')
-depends=('fltk' 'libjpeg' 'perl' 'openssl' 'libpng' 'gcc-libs' 'libxcursor'
- 'libxi' 'libxinerama')
-backup=(etc/dillo/{dillorc,dpidrc})
-source=(http://www.dillo.org/download/$pkgname-$pkgver.tar.bz2)
-md5sums=('81b82112cefcc7d54fe2972a21f42930')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --sysconfdir=/etc --enable-cookies --enable-dlgui \
- --enable-ssl
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}