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
|
pkgbase = netpbm
|
||||||
pkgdesc = A toolkit for manipulation of graphic images
|
pkgdesc = A toolkit for manipulation of graphic images
|
||||||
pkgver = 10.86.40
|
pkgver = 10.86.40
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = http://netpbm.sourceforge.net/
|
url = http://netpbm.sourceforge.net/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = custom
|
license = Artistic-1.0
|
||||||
license = BSD
|
license = GPL-2.0-only
|
||||||
license = GPL
|
license = LGPL-2.0.only
|
||||||
license = LGPL
|
license = MIT
|
||||||
makedepends = subversion
|
|
||||||
depends = bash
|
depends = bash
|
||||||
depends = gcc-libs
|
depends = gcc-libs
|
||||||
depends = glibc
|
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>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - add armv7h and aarch64 for -fPIC flag
|
# - add armv7h and aarch64 for -fPIC flag
|
||||||
|
|
||||||
pkgname=netpbm
|
pkgname=netpbm
|
||||||
pkgver=10.86.40
|
pkgver=10.86.40
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A toolkit for manipulation of graphic images"
|
pkgdesc='A toolkit for manipulation of graphic images'
|
||||||
arch=('x86_64')
|
arch=(x86_64)
|
||||||
license=('custom' 'BSD' 'GPL' 'LGPL')
|
license=(Artistic-1.0 GPL-2.0-only LGPL-2.0.only MIT)
|
||||||
url="http://netpbm.sourceforge.net/"
|
url="http://netpbm.sourceforge.net/"
|
||||||
depends=(
|
depends=(bash
|
||||||
'bash'
|
gcc-libs
|
||||||
'gcc-libs'
|
glibc
|
||||||
'glibc'
|
jbigkit
|
||||||
'jbigkit'
|
libjpeg-turbo
|
||||||
'libjpeg-turbo'
|
libpng
|
||||||
'libpng'
|
libtiff
|
||||||
'libtiff'
|
libxml2
|
||||||
'libxml2'
|
perl
|
||||||
'perl'
|
zlib)
|
||||||
'zlib'
|
options=(!makeflags)
|
||||||
)
|
|
||||||
makedepends=('subversion')
|
|
||||||
options=('!makeflags')
|
|
||||||
# Get docs with: wget --recursive --relative -nH http://netpbm.sourceforge.net/doc/
|
# 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
|
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}
|
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)
|
reproducible-man-gzip.patch)
|
||||||
sha256sums=('7098c0926474303c6fe2d17c0dfb88f24622d1b3a590b6d75495d62ea933b324'
|
sha256sums=('7098c0926474303c6fe2d17c0dfb88f24622d1b3a590b6d75495d62ea933b324'
|
||||||
'74bcf840ee643c6917330c382484010cb99c004a3fcf05391bebcac63815acb3'
|
'74bcf840ee643c6917330c382484010cb99c004a3fcf05391bebcac63815acb3'
|
||||||
|
|
Loading…
Reference in a new issue