mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/netpbm to 10.73.43-2
This commit is contained in:
parent
63a28d2263
commit
a7e82224c3
1 changed files with 14 additions and 3 deletions
|
@ -5,13 +5,24 @@
|
|||
|
||||
pkgname=netpbm
|
||||
pkgver=10.73.43
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A toolkit for manipulation of graphic images"
|
||||
arch=('x86_64')
|
||||
license=('custom' 'BSD' 'GPL' 'LGPL')
|
||||
url="http://netpbm.sourceforge.net/"
|
||||
depends=('perl' 'libpng' 'libtiff' 'libxml2')
|
||||
makedepends=('jbigkit' 'subversion')
|
||||
depends=(
|
||||
'bash'
|
||||
'gcc-libs'
|
||||
'glibc'
|
||||
'jbigkit'
|
||||
'libjpeg-turbo'
|
||||
'libpng'
|
||||
'libtiff'
|
||||
'libxml2'
|
||||
'perl'
|
||||
'zlib'
|
||||
)
|
||||
makedepends=('subversion')
|
||||
options=('!makeflags')
|
||||
# Get docs with: wget --recursive --relative -nH http://netpbm.sourceforge.net/doc/
|
||||
source=(https://downloads.sourceforge.net/project/netpbm/super_stable/$pkgver/netpbm-$pkgver.tgz
|
||||
|
|
Loading…
Reference in a new issue