mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/lensfun to 0.2.7-1
This commit is contained in:
parent
2bd1041284
commit
0c9f269b85
1 changed files with 8 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
# - disable vectorization, ensure our cflags get used to build
|
||||
|
||||
pkgname=lensfun
|
||||
pkgver=0.2.6
|
||||
pkgver=0.2.7
|
||||
pkgrel=1
|
||||
pkgdesc="Database of photographic lenses and a library that allows advanced access to the database"
|
||||
arch=(i686 x86_64)
|
||||
|
@ -15,10 +15,14 @@ depends=('glibc' 'glib2')
|
|||
makedepends=('python2' 'libpng' 'doxygen')
|
||||
source=("http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
|
||||
|
||||
build() {
|
||||
prepare() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' configure
|
||||
./configure \
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib \
|
||||
--vectorization='' --cflags="${CFLAGS}" --cxxflags="${CXXFLAGS}"
|
||||
|
@ -29,4 +33,4 @@ package() {
|
|||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
make INSTALL_PREFIX="$pkgdir" install
|
||||
}
|
||||
md5sums=('740e4749db04da0a597630dd6339b966')
|
||||
md5sums=('6061cc2d00a42d3e62512878426fc841')
|
||||
|
|
Loading…
Reference in a new issue