netpbm: update to 10.71.01.
This commit is contained in:
parent
9f5075ed08
commit
cd95add9ba
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'netpbm'
|
||||
pkgname=netpbm
|
||||
# from http://svn.code.sf.net/p/netpbm/code/advanced/doc/HISTORY
|
||||
version=10.71.00
|
||||
version=10.71.01
|
||||
revision=1
|
||||
_githash=620ecbee2ed1cb478e0289722d86dd72717f1cb8
|
||||
_githash_guide=676ee319f5dbab5210d073df72f98f2bddc3b570
|
||||
_githash=3570ac0465e240fa43670f7d3f7be585d6366f9a
|
||||
_githash_guide=191b44bf125a1bffcecbb84928848adbb35c84cd
|
||||
create_wrksrc=yes
|
||||
build_wrksrc="netpbm-mirror-${_githash}"
|
||||
hostmakedepends="pkg-config perl python flex"
|
||||
|
@ -16,15 +16,14 @@ homepage="http://netpbm.sourceforge.net/"
|
|||
nocross=yes
|
||||
distfiles="https://github.com/chneukirchen/netpbm-mirror/archive/${_githash}.tar.gz
|
||||
https://github.com/chneukirchen/netpbm-mirror/archive/${_githash_guide}.tar.gz"
|
||||
checksum="1e09f026ea9690d577bd59ccf35d5a29c322682e51de0694f2d9c3bdc8db78aa
|
||||
93d7c16c64939e525fe605295bc2443f601ea0d8cf36c5914cac814e95489c60"
|
||||
checksum="928f92125e46dc17e25eb7eed143154758b8ddd231e0c97e5311133088da95a2
|
||||
da580805ae2f42369660d91f46e487f67d3d24f287adde5d4b577b89a23d8ee2"
|
||||
|
||||
post_extract() {
|
||||
cd $build_wrksrc
|
||||
for p in ${FILESDIR}/*.patch; do
|
||||
patch -Np1 -i $p
|
||||
done
|
||||
sed -i 's/"\\"/"\\\\"/g' buildtools/makeman
|
||||
}
|
||||
|
||||
do_configure() {
|
||||
|
|
Loading…
Reference in New Issue