You are not logged in.

#1 2005-02-03 17:08:28

Michel
Member
From: Belgium
Registered: 2004-07-31
Posts: 286

[new] archive [rox]

Heya,

I just added groups=('rox'). Hope you agree on this. I also placed this program in /opt/rox. It can be that rox-filer needs to be adapted (if possible?) to look for apps here. This is a nice application although you have to be carefull about names. It doesn't always seem to report the error: I tried to tar a directory with a ':'-symbol in the name and it seems tar won't tar the directory then ... it gives an error anyway, but archive doesn't report it. For the rest it seems to work well as far as I can tell.

# Contributor: Michel Brabants <<michel.linux@tiscali.be>
pkgname=archive
pkgver=1.9.4
pkgrel=1
pkgdesc="Archive is a very easy to use program for creating and extracting file archives."
#is this link ok??
url="http://rox.sourceforge.net/phpwiki/index.php/Archive?PHPSESSID=ef098f06f048f8c93d88bf151759e337"
depends=('rox-lib>=1.9.14')
source=(http://belnet.dl.sourceforge.net/sourceforge/rox/$pkgname-$pkgver.tgz)
md5sums=('c8468811535076da8e7e1b5f9f0c89ed')
groups=('rox')

build() {
  #rox-filer probably needs to be adapted where the apps-directories are?
  cd $startdir/src/$pkgname-$pkgver
  mkdir -p $startdir/pkg/opt/rox/apps

  cp -r Archive $startdir/pkg/opt/rox/apps
}

Offline

#2 2005-02-04 04:46:24

judfilm
Member
Registered: 2004-02-12
Posts: 229

Re: [new] archive [rox]

Thanks - great work.

Offline

Board footer

Powered by FluxBB