You are not logged in.

#1 2004-09-29 03:45:20

itlain
Member
Registered: 2004-08-22
Posts: 12

[new] viewglob 1.0

# Contributed by: itlain  <esears@fluxback.net>

pkgname=viewglob
pkgver=1.0
pkgrel=1
pkgdesc="Viewglob is a utility designed to complement the Unix shell in a grapical enviroment"
url="http://viewglob.sourceforge.net/index.html"
license=""
depends=(gtk2 bash)
source=(http://puzzle.dl.sourceforge.net/sourceforge/viewglob/$pkgname-$pkgver.tar.gz)
md5sums=('99910845070a03f5d9e925564141fa7c')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
}


Viewglob is just a nifty program I saw on Freshmeat. I checked it out and found out that I liked it quite a bit. Sort of a mix between a shell and a file manager. You have to run it from an existing shell. Its a small program and might have a use for you. I know I've already started using it for some stuff. Anyways please critique above PKGBUILD as I'm still somewhat new at all of this stuff. Its also available in my incredibly small repo at:

[fluxback]
Server = http://www.fluxback.net/archlinux

Thanks

Offline

#2 2004-09-29 09:45:06

lanrat
Member
From: Poland
Registered: 2003-10-28
Posts: 1,274

Re: [new] viewglob 1.0

You should remove xorg from depends array. If you want to you can put x-server in its place. But it's not needed because gtk2 already depends on x-server (xfree86 or xorg).

Offline

#3 2004-10-03 00:41:08

dp
Member
From: Aarau, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: [new] viewglob 1.0

viewglob -> extra/x11/


The impossible missions are the only ones which succeed.

Offline

#4 2004-10-03 07:26:12

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,929
Website

Re: [new] viewglob 1.0

8)


Mr Green

Offline

Board footer

Powered by FluxBB