Page 1 of 1

FuseISO 20070708 (by JRD)

Posted: 20. Aug 2010, 14:45
by zAchAry
FuseISO by adamrimon
FuseISO is a FUSE module to mount ISO filesystem images (.iso, .nrg, .bin, .mdf and .img files). It currently support plain ISO9660 Level 1 and 2, Rock Ridge, Joliet, and zisofs.
JRD: [profile]

Code: Select all

# vim: syn=sh:
#Packager: JRD <jrd@enialis.net>

pkgname=fuseiso
pkgver=20070708
pkgrel=1cp
source=(http://downloads.sourceforge.net/project/fuseiso/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
sourcetemplate=http://enialis.net/~jrd/salix/$pkgname/$pkgver-\$arch-$pkgrel/
docs=("readme" "install" "copying" "changelog" "authors" "news" "todo")
url=http://sourceforge.net/projects/fuseiso/

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"$pkgname (FUSE module for ISO images)"
"FuseISO is a FUSE module to mount ISO filesystem images (.iso, .nrg,"
".bin, .mdf and .img files)."
"It currently support plain ISO9660 Level 1 and 2, Rock Ridge, Joliet,"
"and zisofs."
)


build() {
  cd $startdir/src/$pkgname-$pkgver || return 1
  ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux || return 1
  make || return 1
  make install DESTDIR=$startdir/pkg || return 1
}
edit: removed lines 7 - 8

Code: Select all

7. #arch is usually one of x86_64/i486/i686/noarch
8. arch=i486

Re: FuseISO 20070708 (by JRD)

Posted: 20. Aug 2010, 15:46
by zAchAry
lol, I'm not that clumsy :P

I intentionally wrote

Code: Select all

6. pkgrel=1cp
so some other coder/developer will not lose any information by omitting a line by mistake or something...