summaryrefslogtreecommitdiff
path: root/community-staging/winefish/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-08 12:08:30 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-08 12:08:30 +0100
commit75895d1cbf6e8648913c18c8ffbe6ff83a6b1682 (patch)
tree9ef98f8ab809321342a510378a59655f0e86708b /community-staging/winefish/PKGBUILD
parentdb8bea8ccc6a8480770f1a9681d87a439db224fd (diff)
Remove unused files.
Diffstat (limited to 'community-staging/winefish/PKGBUILD')
-rw-r--r--community-staging/winefish/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/community-staging/winefish/PKGBUILD b/community-staging/winefish/PKGBUILD
deleted file mode 100644
index a907d0c50..000000000
--- a/community-staging/winefish/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 63889 2012-02-06 16:17:18Z tdziedzic $
-# 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
-}