You are not logged in.

#1 2004-12-09 13:09:39

FUBAR
Member
From: Belgium
Registered: 2004-12-08
Posts: 1,029
Website

[New] gps-1.1.0

Here you are, my second package! smile I think I'm getting the hang of it. Unfortunately, I haven't had any feedback yet, so if there's anything I'm doing wrong, please let me know!

PKGBUILD

pkgname=gps
pkgver=1.1.0
pkgrel=1
pkgdesc="gPS - Graphical Process Statistics"
url="http://gps.seul.org/"
groups=
provides=
depends=('gtk>=1.2.6')
makedepends=
conflicts=
replaces=
backup=
install=
source=(ftp://ftp.seul.org/pub/gps/$pkgname-$pkgver.tar.gz)
md5sums=('d50d065bfe9c6bf1017bfee71bb0c377')

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

filelist

.FILELIST
.PKGINFO
usr/
usr/bin/
usr/bin/gps
usr/bin/rgpsp
usr/bin/rgpsp_linux
usr/man/
usr/man/man1/
usr/man/man1/gps.1x.gz
usr/man/man1/rgpsp.1.gz
usr/share/
usr/share/icons/
usr/share/icons/bsdwatcher.xpm
usr/share/icons/xray-tux.xpm

Package info

from http://gps.seul.org/
gPS is a graphical process statistics tool for Unix, working like ps and top (or the Windoze Task Manager).

It shows a process list, details of seleted processes, cpu, memory and swap usage and history. It can also browse processes and statistics about remote networked computers.
The process list may be refreshed periodically (like top) or be refreshed on request (like ps).
gPS allows: filtering the process list on any of the shown fields and allows sorting on any field, in any direction; Sending POSIX signals to local processes; Renicing local processes.


gPS was developed with the GTK+ toolkit, and requires version 1.2.1 or greater of gtk+ installed prior to compiling or installing. On RPM-based systems you'll need the glib, gtk+, glib-devel and gtk+-devel packages installed to compile (to install an RPM package of gPS you just need the first two above).

gPS is distributed freely, under the terms of the well known GNU General Public License, version 2.

The gPS this page refers to isn't in any way related to the Global Positioning System.

http://gps.seul.org/

Get the package from my server!


A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.

Offline

#2 2004-12-09 16:46:42

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: [New] gps-1.1.0

its a good app i built it for myself a long time ago but never bothered to post the build because ... well i am lazy and such.

one problem though is that i believe the project is dead as there have been no upgrades for a LONG time.


AKA uknowme

I am not your friend

Offline

#3 2004-12-09 19:15:47

FUBAR
Member
From: Belgium
Registered: 2004-12-08
Posts: 1,029
Website

Re: [New] gps-1.1.0

Sweet! Then I don't have to remember to check the site for updates! :twisted:

wink


A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.

Offline

Board footer

Powered by FluxBB