summaryrefslogtreecommitdiff
path: root/community-testing/winefish/PKGBUILD
blob: 12335e8bd66dd63d89c8f41beda2b5ed353923cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# $Id: PKGBUILD 64109 2012-02-08 23:55:49Z allan $
# Maintainer:  Bartłomiej Piotrowski <barthalion@gmail.com>
# Contributor: Allan McRae <allan@archlinux.org>
# Contributor: Claudio Riva <firetux83@gmail.com>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>

pkgname=winefish
pkgver=1.3.3
pkgrel=11
pkgdesc="LaTeX editor based on Bluefish with auto-completion and syntax highlighting"
url="http://winefish.berlios.de/"
arch=('i686' 'x86_64')
license=('GPL')
depends=('gtk2' 'desktop-file-utils' 'shared-mime-info')
makedepends=('pkgconfig')
optdepends=('aspell: for spell check')
install=$pkgname.install
source=(http://download.berlios.de/$pkgname/$pkgname-$pkgver.tgz)
md5sums=('63531e4dde7a53ab3a74e1152c7af1e9')

build() {
  cd ${srcdir}/${pkgname}-${pkgver}
  ./configure --prefix=/usr --disable-update-databases \
    --with-freedesktop_org-menu=/usr/share/applications \
    --with-icon-path=/usr/share/pixmaps --mandir=/usr/share/man
  make
}
package() {
  cd ${srcdir}/${pkgname}-${pkgver}
  make DESTDIR=${pkgdir} install
}