summaryrefslogtreecommitdiff
path: root/community/surf/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/surf/PKGBUILD')
-rw-r--r--community/surf/PKGBUILD44
1 files changed, 0 insertions, 44 deletions
diff --git a/community/surf/PKGBUILD b/community/surf/PKGBUILD
deleted file mode 100644
index 17bd37ad6..000000000
--- a/community/surf/PKGBUILD
+++ /dev/null
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 92388 2013-06-04 13:14:40Z lfleischer $
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Pierre Chapuis <catwell at archlinux dot us>
-# Contributor: Ray Kohler <ataraxia937 at gmail dot com>
-# Contributor: Michael Witten <mfwitten>
-# Contributor: Raphael Proust <raphlalou at gmail dot com>
-
-pkgname=surf
-pkgver=0.6
-pkgrel=2
-pkgdesc='A simple web browser based on WebKit/GTK+.'
-arch=('i686' 'x86_64')
-url='http://surf.suckless.org/'
-license=('MIT')
-depends=('libwebkit' 'xorg-xprop')
-optdepends=('dmenu: URL-bar'
- 'ca-certificates: SSL verification'
- 'xterm: default download handler'
- 'curl: default download handler')
-makedepends=('pkgconfig')
-install='surf.install'
-source=("http://dl.suckless.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"
- 'config.h')
-md5sums=('aeeed723b562a30cc6a2b3ea18f6d99a'
- '1447600ca79c56577af3438d5f3d3d56')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- cp "${srcdir}/config.h" config.h
-
- sed -i 's/CPPFLAGS =/CPPFLAGS +=/g' config.mk
- sed -i 's/CFLAGS =/CFLAGS +=/g' config.mk
- sed -i 's/LDFLAGS =/LDFLAGS +=/g' config.mk
-
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- make PREFIX=/usr DESTDIR="${pkgdir}" install
- install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}