FuseISO 20070708 (by JRD)

Here you can post links to your contributed packages.
Post Reply
User avatar
zAchAry
Posts: 804
Joined: 11. May 2010, 09:02
Location: Israel

FuseISO 20070708 (by JRD)

Post 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
Image
Help to make Slackware easier Donate to Salix
User avatar
zAchAry
Posts: 804
Joined: 11. May 2010, 09:02
Location: Israel

Re: FuseISO 20070708 (by JRD)

Post 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...
Image
Help to make Slackware easier Donate to Salix
Post Reply