mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/freeimage to 3.18.0-7
This commit is contained in:
parent
079393a4a7
commit
0d16fb16f9
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue