aboutsummaryrefslogtreecommitdiffstats
path: root/gimp-plugin-image-reg/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'gimp-plugin-image-reg/PKGBUILD')
-rw-r--r--gimp-plugin-image-reg/PKGBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/gimp-plugin-image-reg/PKGBUILD b/gimp-plugin-image-reg/PKGBUILD
deleted file mode 100644
index 447e508..0000000
--- a/gimp-plugin-image-reg/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Maintainer: Mattias Andrée <m@`base64 -d`(bWFhbmRyZWU).se>
-pkgname=gimp-plugin-image-reg
-_srcname=gimp-image-reg
-pkgver=0.5.5
-pkgrel=2
-pkgdesc="Image registration plugin for the GIMP"
-arch=('i686' 'x86_64')
-url="http://registry.gimp.org/node/24248"
-license=('GPL3')
-depends=('gimp')
-makedepends=('intltool' 'gettext')
-source=(http://downloads.sourceforge.net/${_srcname}/${_srcname}-${pkgver}.tar.gz)
-md5sums=('405b87140880de18d695173ee6b08981')
-
-build() {
- cd "$srcdir/${_srcname}-${pkgver}"
- sed -i 's#^GIMP_PLUGIN_BINDIR=.*$#&\nGIMP_PLUGIN_BINDIR="/usr/lib/gimp/2.0/plug-ins"#' ./configure
- LIBS='-lm' ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir/${_srcname}-${pkgver}"
- make DESTDIR="$pkgdir/" PLUGINDIR=/usr/lib/gimp/2.0 install
-}
-