summaryrefslogtreecommitdiff
path: root/community-testing/fldiff/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/fldiff/PKGBUILD')
-rw-r--r--community-testing/fldiff/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/community-testing/fldiff/PKGBUILD b/community-testing/fldiff/PKGBUILD
deleted file mode 100644
index ab25a3240..000000000
--- a/community-testing/fldiff/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 51104 2011-07-05 09:00:11Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: kevin <kevin@archlinux.org>
-# Contributor: iztok pizorn <pizorn@gmail.com>
-
-pkgname=fldiff
-pkgver=1.1
-pkgrel=6
-pkgdesc="graphical diff program"
-arch=(i686 x86_64)
-url="http://www.easysw.com/~mike/fldiff/"
-license=('GPL')
-install=fldiff.install
-depends=('diffutils' 'fltk' 'xdg-utils')
-source=(http://www.easysw.com/~mike/fldiff/$pkgname-$pkgver-source.tar.gz
- build-fix.patch)
-md5sums=('12897c92106fb5d665210a2e82f5cf25'
- 'ea7258e07544b81561c6d76a41c184e7')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- patch -p1 <$srcdir/build-fix.patch
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- make BUILDROOT=$pkgdir install install-desktop
- mv `find $pkgdir/ -name Development -type d` $startdir/pkg/usr/share/applications
-}