summaryrefslogtreecommitdiff
path: root/community/gimp-plugin-fblur/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/gimp-plugin-fblur/PKGBUILD
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/gimp-plugin-fblur/PKGBUILD')
-rw-r--r--community/gimp-plugin-fblur/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/community/gimp-plugin-fblur/PKGBUILD b/community/gimp-plugin-fblur/PKGBUILD
deleted file mode 100644
index 4d995bf23..000000000
--- a/community/gimp-plugin-fblur/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 64848 2012-02-18 17:49:48Z stativ $
-# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
-pkgname=gimp-plugin-fblur
-pkgver=3.2.6
-pkgrel=3
-pkgdesc="Makes out of focus with luminosity and depth"
-arch=('i686' 'x86_64')
-url="http://registry.gimp.org/node/1444"
-license=('GPL')
-depends=('gimp' 'fftw')
-makedepends=('intltool')
-source=(http://registry.gimp.org/files/focusblur-$pkgver.tar.bz2)
-md5sums=('6196c88aeee8733bacc3c6e9ac3c6cf8')
-
-build() {
- cd "$srcdir"/focusblur-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir"/focusblur-$pkgver
- make DESTDIR="$pkgdir" install
-}