summaryrefslogtreecommitdiff
path: root/testing/kwebkitpart/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2011-11-23 17:44:22 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2011-11-23 17:44:22 +0100
commit2834c39eaa8a97fa6d3a2355f46b21da3a4bb8de (patch)
treec7e5032604c3c6a2ba63599389c26873cbf3c65c /testing/kwebkitpart/PKGBUILD
parent5f0ea75dbd480a1ced023070da9847e1c6959692 (diff)
parent851ab9aa99e9bda38f88b5f5ade096c9137e11c8 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/acetoneiso2/PKGBUILD community/gpsman/PKGBUILD community/gts/PKGBUILD community/lat/PKGBUILD community/pidgin-fonomobutton/PKGBUILD community/qemu-launcher/PKGBUILD core/isdn4k-utils/PKGBUILD extra/nouveau-drm-lts/PKGBUILD
Diffstat (limited to 'testing/kwebkitpart/PKGBUILD')
-rw-r--r--testing/kwebkitpart/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/kwebkitpart/PKGBUILD b/testing/kwebkitpart/PKGBUILD
deleted file mode 100644
index 3580adbf8..000000000
--- a/testing/kwebkitpart/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 141353 2011-10-29 17:37:01Z andrea $
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea@archlinux.org>
-
-pkgname=kwebkitpart
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="A WebKit browser component for KDE"
-url="http://opendesktop.org/content/show.php?content=127960"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('e736d7b26cf6e3c0eed837837b3f032b')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release
- make
-}
-
-package() {
- cd "${srcdir}"/build
- make DESTDIR="${pkgdir}" install
-}