You are not logged in.

#1 2004-12-14 18:18:01

orjanp
Member
From: Tromsoe, Norway
Registered: 2004-07-03
Posts: 347

[request]Bashburn 1.5.2

It would have been great smile

http://bashburn.sourceforge.net/


Ørjan Pettersen

Offline

#2 2004-12-14 18:21:20

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: [request]Bashburn 1.5.2

wow, looks nice... it has some funcky custom isntall script... I'll mess with it and see what happens....

Offline

#3 2004-12-14 20:32:44

orjanp
Member
From: Tromsoe, Norway
Registered: 2004-07-03
Posts: 347

Re: [request]Bashburn 1.5.2

Thanks. smile


Ørjan Pettersen

Offline

#4 2004-12-15 12:27:06

skeeterbug
Member
From: Oklahoma, USA
Registered: 2004-10-24
Posts: 92
Website

Re: [request]Bashburn 1.5.2

It's a pretty good little app - I've used it before, iirc it autoruns a config script on install but maybe you can add that to the install file - good luck smile

Offline

#5 2004-12-15 17:22:27

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: [request]Bashburn 1.5.2

ok, the install script is lame... it only allows for an interactive install... so I shoehorned it:

PKGBUILD

pkgname=bashburn
pkgver=1.5.2
pkgrel=1
pkgdesc="BashBurn is the new name for the cd burning shell script Magma"
url="http://bashburn.sourceforge.net"
license=""
depends=('bash' 'cdrtools')
install=bashburn.install
source=(http://dl.sourceforge.net/bashburn/BashBurn-$pkgver.tar.gz)
md5sums=('485602349afaaff7f0948322d7f3489b')

build()
{
  cd $startdir/src/BashBurn-$pkgver

  mkdir -p $startdir/pkg/usr/local/BashBurn
  cp -Rfp * $startdir/pkg/usr/local/BashBurn
  rm -f $startdir/pkg/usr/local/BashBurn/Install.sh

  mkdir -p $startdir/pkg/etc
  cp -f bashburnrc $startdir/pkg/etc/bashburnrc

  mkdir -p $startdir/pkg/usr/bin
  ln -sf $startdir/pkg/usr/local/BashBurn.sh 
    $startdir/pkg/usr/bin/bashburn
}

bashburn.install

post_install()
{
  ln -sf /usr/local/BashBurn/BashBurn.sh /usr/bin/bashburn
}

op=$1
shift
$op $*

Offline

#6 2004-12-15 21:18:55

celeron2002
Member
From: Santiago, Chile.
Registered: 2004-02-18
Posts: 150

Re: [request]Bashburn 1.5.2

it works, thanx  wink


irc.bsd.cl #linux
irc.freenode.org #archlinux-es

Offline

Board footer

Powered by FluxBB