summaryrefslogtreecommitdiff
path: root/community/freeimage
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-03 03:33:25 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-03 03:33:25 +0000
commit86953d17fbdfc3b8b89878f1ec5f911568657761 (patch)
treed834021be55372f5c1856313c775edffc414d3d3 /community/freeimage
parentc667b77b6719baf541fff1a3e0a855d1ca7c6433 (diff)
Thu Apr 3 03:29:12 UTC 2014
Diffstat (limited to 'community/freeimage')
-rw-r--r--community/freeimage/PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/community/freeimage/PKGBUILD b/community/freeimage/PKGBUILD
index f83f12825..60d863a9b 100644
--- a/community/freeimage/PKGBUILD
+++ b/community/freeimage/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=freeimage
pkgver=3.16.0
-pkgrel=1
+pkgrel=2
pkgdesc="Library project for developers who would like to support popular graphics image formats"
arch=('i686' 'x86_64')
license=('GPL' 'custom:FIPL')
@@ -33,5 +33,8 @@ package() {
cd ${srcdir}/FreeImagefip
make -f Makefile.fip DESTDIR=${pkgdir} install
+ ln -s libfreeimageplus-${pkgver}.so ${pkgdir}/usr/lib/libfreeimageplus.so
+ ln -s libfreeimageplus-${pkgver}.so ${pkgdir}/usr/lib/libfreeimageplus.so.3
+
install -D -m644 ${srcdir}/FreeImage/license-fi.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}