updated on Sat Jan 21 20:03:50 UTC 2012
[aur-mirror.git] / gtkmorph / PKGBUILD
blob491dafa82c3bfce7b4dbea1c813b3fc854be2fe2
1 # Maintainer: Andreas B. Wagner <AndreasBWagner@gmail.com>
2 # Contributor: Dany Martineau <dany.luc.martineau gmail com>
4 pkgname=gtkmorph
5 pkgver=20090926
6 pkgrel=2
7 pkgdesc="Loads, saves, warps, and dissolves images, and loads, saves, creates, and manipulates control meshes which determine the warping."
8 arch=('i686' 'x86_64')
9 url="http://xmorph.sourceforge.net/"
10 license=('GPLv2')
11 depends=('gtk2' 'imagemagick' 'netpbm')
12 makepends=('make' 'gcc')
13 source=(http://ftp.de.debian.org/debian/pool/main/x/xmorph/xmorph_${pkgver}.tar.gz gtkmorph.desktop)
14 md5sums=('78ca98948be6433ffdbb324ea4071bef' '2857c3c2f0d8b9015f0cd46e39b0c6a7')
16 build() {
17         cd ${srcdir}/xmorph-20090929
18         ./configure --prefix=/usr --with-gtkmorph --without-xmorph
19         make || return 1
20         mkdir -p ${pkgdir}/usr/share/applications
21         cp ${srcdir}/gtkmorph.desktop ${pkgdir}/usr/share/applications
22         make DESTDIR=${pkgdir} install 
25 # vim:set ts=2 sw=2 et: