mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 08:47:13 +08:00
lensfun rebuild, was build with old python
This commit is contained in:
parent
4ad887f9fd
commit
ff7f3c959c
@ -1,15 +1,18 @@
|
||||
# $Id: PKGBUILD 81449 2010-05-30 16:39:15Z tpowa $
|
||||
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
||||
#
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=lensfun
|
||||
pkgver=0.2.5
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Database of photographic lenses and a library that allows advanced access to the database"
|
||||
arch=(i686 x86_64)
|
||||
url="http://lensfun.berlios.de/"
|
||||
license=('LGPL3')
|
||||
depends=('glibc' 'glib2')
|
||||
makedepends=('python' 'libpng')
|
||||
makedepends=('python2' 'libpng')
|
||||
source=(http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
|
||||
|
||||
build() {
|
||||
|
@ -13,7 +13,7 @@ url="http://nmap.org"
|
||||
license=('custom:GPL')
|
||||
depends=('pcre' 'openssl' 'libpcap>=1.0.0' 'lua')
|
||||
# python is needed for zenmap
|
||||
makedepends=('python')
|
||||
makedepends=('python2')
|
||||
optdepends=('pygtk: gui for nmap')
|
||||
options=('!makeflags')
|
||||
source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2)
|
||||
|
Loading…
Reference in New Issue
Block a user