You are not logged in.
Pages: 1
It would be nice if someone write a PKGBUILD for xnview
http://www.xnview.com/
Offline
I hope it works
PKGBUILD
# Contributor: Pointer <pointer@linux-blog.de>
pkgname=xnview
pkgver=1.68.1
pkgrel=4
pkgdesc="XnView is an efficient multimedia viewer, browser and converter."
url="http://www.xnview.com/"
depends=('lesstif' 'xorg')
source=(http://xnview.asos-clan.de/XnView-static.i386.rpm)
makedepends=('rpmunpack')
md5sums=('1fa350616459405ca37bb809dce46dd8')
build() {
rpmunpack < $startdir/src/XnView-static.i386.rpm | gzip -d | cpio -idmuv
mkdir $startdir/pkg/usr
mkdir $startdir/pkg/usr/man
mkdir $startdir/pkg/usr/man/man1
cp $startdir/src/usr/local/man/man1/* $startdir/pkg/usr/man/man1
rm -r $startdir/src/usr/local
chmod 755 $startdir/src/usr
chmod 755 $startdir/src/usr/X11R6
chmod 755 $startdir/src/usr/X11R6/bin
chmod 755 $startdir/src/usr/X11R6/lib
chmod 755 $startdir/src/usr/X11R6/lib/X11
chmod 755 $startdir/src/usr/X11R6/lib/X11/app-defaults
chmod 755 $startdir/src/usr/X11R6/lib/X11/app-defaults/XnView
chmod 755 $startdir/src/usr/lib
chmod 755 $startdir/src/usr/share
chmod 755 $startdir/src/usr/share/XnView
chmod 755 $startdir/src/usr/share/XnView/Filters
cp -R $startdir/src/usr $startdir/pkg
}[14:52] [sven@linux ~]$ dmesg
Jabber-ID: sven-schaefer@jabber.ccc.de
Offline
good job 8) but i'd like native packet, not rpm:)
so who can help? ![]()
Offline
please ![]()
Offline
If you want an Arch package, use the PKGBUILD that Pointer posted. It will make the Arch package from the rpm.
Offline
well, the point is that: rpm is for i386,
and i wanted have compiled for i686.
but i'd looked in xnview page and see what,
this program isn't open source.
sorry for disturbing :oops:
going make a package :twisted:
Offline
Pages: 1