Fixed, it builds OK now. Thanks.
Search Criteria
Package Details: nconvert 5.91-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2015-02-14)
| Package Base: | nconvert |
|---|---|
| Description: | a batch utility to convert graphic files |
| Upstream URL: | http://www.xnview.com/en/nconvert.html |
| Category: | x11 |
| Licenses: | |
| Submitter: | lang2 |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 3 |
| First Submitted: | 2008-07-27 08:23 |
| Last Updated: | 2011-11-07 19:32 |
Latest Comments
Comment by atordo
Comment by lang2
Should be fixed. Please test.
Comment by atordo
md5sum didn't match for me, had to change it to c85d5a370d9d29c6e93e075aeeedb85e (i686).
Comment by lang2
5.9.1
also fixed the license.txt location.
@ConnorBehan: what dependencies?
Comment by ly50247
/usr/bin/license.txt??
Comment by ConnorBehan
Needs dependencies.
Comment by lang2
Updated to 5.80
Comment by ly50247
#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
- fixed x86_64
- updated for 5.60