Package Details: nconvert 5.91-1

Package Base: nconvert
Description: a batch utility to convert graphic files
Upstream URL: http://www.xnview.com/en/nconvert.html
Category: x11
Licenses: Freeware
Submitter: lang2
Maintainer: None
Last Packager: None
Votes: 3
First Submitted: 2008-07-27 08:23
Last Updated: 2011-11-07 19:32

Dependencies (0)

Required by (0)

Sources

Latest Comments

Comment by atordo

2011-11-10 09:05

Fixed, it builds OK now. Thanks.

Comment by lang2

2011-11-07 19:33

Should be fixed. Please test.

Comment by atordo

2011-11-05 20:36

md5sum didn't match for me, had to change it to c85d5a370d9d29c6e93e075aeeedb85e (i686).

Comment by lang2

2011-10-06 19:05

5.9.1
also fixed the license.txt location.

@ConnorBehan: what dependencies?

Comment by ly50247

2011-03-30 05:36

/usr/bin/license.txt??

Comment by ConnorBehan

2011-02-21 21:52

Needs dependencies.

Comment by lang2

2011-02-21 21:13

Updated to 5.80

Comment by ly50247

2010-10-19 03:36

#Contributor: lang2 <wenzhi.liang@gmail.com>

arch=('i686' 'x86_64')
license=('FREEWARE')
pkgname=nconvert
pkgver=5.62
pkgrel=1
pkgdesc="a batch utility to convert graphic files"
url="http://www.xnview.com/en/nconvert.html"
if [ $CARCH == 'i686' ]
then
source=('http://download.xnview.com/NConvert-x86-unknown-linux2.x.tgz')
md5sums=('bbb298d0ef3434600a62023d2835b8a3')
else
source=('http://download.xnview.com/NConvert-64-unknown-linux2.x.tgz')
md5sums=('4a3489dbf86655a4c67409f04bbd1f10')
fi

_docs="Formats.txt ReadMe.txt Usage.txt WhatsNew.txt"

build()
{
cd $startdir/src/NConvert
install -m 775 -D nconvert $startdir/pkg/usr/bin/nconvert
for d in $_docs; do
install -m 664 -D $d $startdir/pkg/usr/share/doc/nconvert/$d
done
}

Comment by lang2

2010-04-11 00:38

- fixed x86_64
- updated for 5.60