community/freeimage to 3.18.0-7

This commit is contained in:
Kevin Mihelich 2020-07-28 02:33:53 +00:00
parent 079393a4a7
commit 0d16fb16f9

View file

@ -1,4 +1,4 @@
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Maintainer: Sven-Hendrik Haase <svenstaro@gmail.com>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
# Contributor: Mihai Militaru <mihai.militaru@gmx.com>
@ -9,7 +9,7 @@
pkgname=freeimage
pkgver=3.18.0
pkgrel=6
pkgrel=7
pkgdesc="Library project for developers who would like to support popular graphics image formats"
arch=('x86_64')
license=('GPL' 'custom:FIPL')
@ -47,8 +47,8 @@ build() {
package() {
cd FreeImage
make -f Makefile.gnu DESTDIR=${pkgdir} install
make -f Makefile.fip DESTDIR=${pkgdir} install
make -f Makefile.gnu DESTDIR="${pkgdir}" install
make -f Makefile.fip DESTDIR="${pkgdir}" install
install -D -m644 ${srcdir}/FreeImage/license-fi.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
install -D -m644 "${srcdir}"/FreeImage/license-fi.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
}