mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/netpbm to 10.86.40-2
This commit is contained in:
parent
11ab3ca79d
commit
0002223915
3 changed files with 29 additions and 26 deletions
|
@ -1,14 +1,13 @@
|
|||
pkgbase = netpbm
|
||||
pkgdesc = A toolkit for manipulation of graphic images
|
||||
pkgver = 10.86.40
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://netpbm.sourceforge.net/
|
||||
arch = x86_64
|
||||
license = custom
|
||||
license = BSD
|
||||
license = GPL
|
||||
license = LGPL
|
||||
makedepends = subversion
|
||||
license = Artistic-1.0
|
||||
license = GPL-2.0-only
|
||||
license = LGPL-2.0.only
|
||||
license = MIT
|
||||
depends = bash
|
||||
depends = gcc-libs
|
||||
depends = glibc
|
||||
|
|
5
extra/netpbm/.nvchecker.toml
Normal file
5
extra/netpbm/.nvchecker.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
[netpbm]
|
||||
source = "httpheader"
|
||||
url = "https://sourceforge.net/projects/netpbm/files/latest/download"
|
||||
regex = 'netpbm-(\d+\.\d+\.\d+).tgz'
|
||||
|
|
@ -1,33 +1,32 @@
|
|||
# Maintainer:
|
||||
# Maintainer: Caleb Maclennan <caleb@alerque.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - add armv7h and aarch64 for -fPIC flag
|
||||
|
||||
pkgname=netpbm
|
||||
pkgver=10.86.40
|
||||
pkgrel=1
|
||||
pkgdesc="A toolkit for manipulation of graphic images"
|
||||
arch=('x86_64')
|
||||
license=('custom' 'BSD' 'GPL' 'LGPL')
|
||||
pkgrel=2
|
||||
pkgdesc='A toolkit for manipulation of graphic images'
|
||||
arch=(x86_64)
|
||||
license=(Artistic-1.0 GPL-2.0-only LGPL-2.0.only MIT)
|
||||
url="http://netpbm.sourceforge.net/"
|
||||
depends=(
|
||||
'bash'
|
||||
'gcc-libs'
|
||||
'glibc'
|
||||
'jbigkit'
|
||||
'libjpeg-turbo'
|
||||
'libpng'
|
||||
'libtiff'
|
||||
'libxml2'
|
||||
'perl'
|
||||
'zlib'
|
||||
)
|
||||
makedepends=('subversion')
|
||||
options=('!makeflags')
|
||||
depends=(bash
|
||||
gcc-libs
|
||||
glibc
|
||||
jbigkit
|
||||
libjpeg-turbo
|
||||
libpng
|
||||
libtiff
|
||||
libxml2
|
||||
perl
|
||||
zlib)
|
||||
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
|
||||
https://sources.archlinux.org/other/packages/netpbm/netpbm-doc-31Jan2014.tar.xz{,.sig}
|
||||
netpbm-CAN-2005-2471.patch netpbm-security-code.patch netpbm-security-scripts.patch
|
||||
netpbm-CAN-2005-2471.patch
|
||||
netpbm-security-code.patch
|
||||
netpbm-security-scripts.patch
|
||||
reproducible-man-gzip.patch)
|
||||
sha256sums=('7098c0926474303c6fe2d17c0dfb88f24622d1b3a590b6d75495d62ea933b324'
|
||||
'74bcf840ee643c6917330c382484010cb99c004a3fcf05391bebcac63815acb3'
|
||||
|
|
Loading…
Reference in a new issue