diff options
Diffstat (limited to 'community/midori/PKGBUILD')
-rw-r--r-- | community/midori/PKGBUILD | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/community/midori/PKGBUILD b/community/midori/PKGBUILD deleted file mode 100644 index b2e855e55..000000000 --- a/community/midori/PKGBUILD +++ /dev/null @@ -1,44 +0,0 @@ -# $Id: PKGBUILD 91092 2013-05-19 10:48:50Z arodseth $ -# Maintainer: Alexander Rødseth <rodseth@gmail.com> -# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> -# Contributor: Andreas Radke <andyrtr@archlinux.org> -# Contributor: rabyte <rabyte.at.gmail.dot.com> -# Contributor: Johannes Krampf <wuischke.at.amule.dot.org> -# Contributor: Bartłomiej Piotrowski <barthalion@gmail.com> - -pkgname=midori -pkgver=0.5.2 -pkgrel=1 -pkgdesc='Lightweight web browser based on Gtk WebKit' -arch=('x86_64' 'i686') -url='http://www.twotoasts.de/index.php?/pages/midori_summary.html' -license=('LGPL2.1') -install="$pkgname.install" -depends=('libzeitgeist' 'webkitgtk2' 'libnotify' 'libxss' 'libunique' 'hicolor-icon-theme' 'desktop-file-utils') -makedepends=('libxml2' 'intltool' 'gtk-doc' 'librsvg' 'python2' 'vala' 'gcr') -optdepends=('gstreamer0.10-ugly-plugins: HTML5 videos support' - 'aria2: download utility') -options=('!emptydirs') -source=("http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2") -sha256sums=('a9c5cb4606e8e4967a2b980caa9ada25623c50d927a302b6bf73eeac5815c97c') - -build() { - cd $srcdir/$pkgname-$pkgver - - ./configure --prefix=/usr \ - --jobs=${MAKEFLAGS/-j/} \ - --enable-addons \ - --enable-unique \ - --enable-nls \ - --enable-docs \ - --enable-apidocs - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: |