extra/netpbm to 10.86.39-2

This commit is contained in:
Kevin Mihelich 2023-12-23 20:44:40 +00:00
parent 40cbb96d45
commit d11f283486
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = netpbm
pkgdesc = A toolkit for manipulation of graphic images
pkgver = 10.86.39
pkgrel = 1
pkgrel = 2
url = http://netpbm.sourceforge.net/
arch = x86_64
license = custom

View file

@ -5,7 +5,7 @@
pkgname=netpbm
pkgver=10.86.39
pkgrel=1
pkgrel=2
pkgdesc="A toolkit for manipulation of graphic images"
arch=('x86_64')
license=('custom' 'BSD' 'GPL' 'LGPL')
@ -58,7 +58,7 @@ prepare() {
echo 'JBIGLIB = /usr/lib/libjbig.a' >> config.mk
sed -i 's|misc|share/netpbm|' common.mk
sed -i 's|/link|/lib|' lib/Makefile
sed -e 's|/sharedlink|/lib|' -e 's|/staticlink|/lib|' -i lib/Makefile
sed -i 's|install.manwebmain install.manweb install.man|install.man|' GNUmakefile
}