summaryrefslogtreecommitdiff
path: root/community-testing/converseen/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/converseen/PKGBUILD')
-rw-r--r--community-testing/converseen/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/community-testing/converseen/PKGBUILD b/community-testing/converseen/PKGBUILD
deleted file mode 100644
index 4cd41f90c..000000000
--- a/community-testing/converseen/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 78798 2012-10-25 01:47:00Z ebelanger $
-# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
-# Contributor: archtux <antonio.arias99999 at gmail.com>
-
-pkgname=converseen
-pkgver=0.5.1
-pkgrel=2
-pkgdesc="The batch image converter and resizer"
-arch=('i686' 'x86_64')
-url="http://converseen.sourceforge.net/"
-license=('GPL3')
-depends=('imagemagick' 'qt' 'libwmf' 'openexr')
-makedepends=('cmake')
-install=converseen.install
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('db00c0cf86977494effa971fd238c786')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd "${srcdir}/build"
-
- make DESTDIR="${pkgdir}" install
-}