Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f30c136ad5f478d8a4b501ed803de7c09e6ecc0c

commit f30c136ad5f478d8a4b501ed803de7c09e6ecc0c
Author: crazy <cr...@frugalware.org>
Date:   Wed Aug 9 11:19:00 2017 +0200

netpbm-10.79.03-1-x86_64
* Version bump
* use Fexec where possible

diff --git a/source/xapps-extra/netpbm/FrugalBuild 
b/source/xapps-extra/netpbm/FrugalBuild
index 5268706..69b550a 100644
--- a/source/xapps-extra/netpbm/FrugalBuild
+++ b/source/xapps-extra/netpbm/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Miklos Vajna <vmik...@frugalware.org>

pkgname=netpbm
-pkgver=10.76.0
+pkgver=10.79.03
pkgrel=1
pkgdesc="A toolkit for manipulation of graphic images"
groups=('xapps-extra')
@@ -12,7 +12,7 @@ depends=('libxml2' 'libtiff' 'libjpeg' 'libpng' 'libx11')
makedepends+=('x11-protos' 'jbigkit>=2.1')
up2date="Flasttarbz2 http://www.snaggledworks.com/fink/src/";
source=(http://www.snaggledworks.com/fink/src/${pkgname}-${pkgver}.tar.bz2 
config.x64)
-sha1sums=('fd6153de5722830c2ecf8d10fd15f01297c1638a' \
+sha1sums=('c678e48c410df8bc198b936fb9eac910d92b508d' \
'6acdd80a73d4211731b35f21ca3874c914c8eca7')
options+=('static')

@@ -29,9 +29,9 @@ build() {
Fexec sed -i 's|/link|/lib|' lib/Makefile
Fexec sed -i 's|install.manwebmain install.manweb install.man|install.man|' 
GNUmakefile

-       make -j1
+       Fexec make -j1 || Fdie

-       make package pkgdir=$Fdestdir/usr PKGMANDIR=share/man
+       Fexec make package pkgdir=$Fdestdir/usr PKGMANDIR=share/man || Fdie

Frm usr/{README,pkginfo,VERSION,config_template,pkgconfig_template}
Frm usr/share/man/man5/{pgm.5,pbm.5}
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to