You are not logged in.

#1 2007-06-28 02:40:17

Roberth
Member
From: The Pale Blue Dot
Registered: 2007-01-12
Posts: 894

[Request]peksystray

Can anyoen make an PKGBUILD for "peksystray"?

Last edited by Roberth (2007-06-28 03:16:35)


Use the Source, Luke!

Offline

#2 2007-06-28 10:42:59

tyr0
Member
Registered: 2007-06-02
Posts: 152

Re: [Request]peksystray

Here it is. Tell me if it works, maybe I will submit it to AUR.

# Maintainer: tyr0 <thomas.hoernes@gmx.at>
# Contributor: tyr0 <thomas.hoernes@gmx.at>
pkgname=peksystray
pkgver=0.4.0
pkgrel=1
pkgdesc="Peksystray is a small system tray designed for all the light window managers supporting docking."
arch=(i686 x86_64)
url="http://sourceforge.net/projects/peksystray/"
license=('GPL')
source=(http://heanet.dl.sourceforge.net/sourceforge/peksystray/peksystray-0.4.0.tar.bz2)
md5sums=('735a216684f1db65bfe71697452cafc0')

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

Last edited by tyr0 (2007-06-28 10:43:48)

Offline

#3 2007-06-28 14:24:02

Roberth
Member
From: The Pale Blue Dot
Registered: 2007-01-12
Posts: 894

Re: [Request]peksystray

Seems to work fine.


Use the Source, Luke!

Offline

Board footer

Powered by FluxBB