You are not logged in.

#1 2003-09-22 19:08:09

jlvsimoes
Member
From: portugal
Registered: 2002-12-23
Posts: 392
Website

apcupsd

here is the PKGBUILD for the pkg its the development branch it suports usb cables i use it on mine apc 350 usb ups

pkgname=apcupsd
pkgver=3.10.6
pkgrel=1
pkgdesc="Apcupsd is a program for monitoring UPSes"
url="http://sourceforge.net/projects/apcupsd/"
depends=('glibc')
conflicts=()
backup=()
install=
source=(http://umn.dl.sourceforge.net/sourceforge/apcupsd/$pkgname-$pkgver-12Sep03.tar.gz)

build() {
  cd $startdir/src/$pkgname-$pkgver-12Sep03
  ./configure --prefix=/usr --sbindir=/sbin --enable-threads --enable-pthreads --enable-powerflute --enable-nls --enable-usb
  make || return 1
  make prefix=$startdir/pkg/usr install
}
i will only upload the pkgbuild becouse i use some especific options on makepkg.conf e dont now if the pkg that i built will work on every bodys machine


-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GU/ d- s: a- C L U P+ L+++ E--- W+
N 0+ K- W-- !O !M V-- PS+ PE- V++ PGP T 5 Z+ R* TV+ B+
DI-- D- G-- e-- h! r++ z+ z*
------END GEEK CODE BLOCK------

Offline

#2 2004-11-20 10:49:43

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

Re: apcupsd

Any updates with this package?

Offline

#3 2005-03-06 06:38:50

soloport
Member
Registered: 2005-03-01
Posts: 442

Re: apcupsd

Any updates with this package?

Here you go:
http://wiki2.archlinux.org/index.php/APC%20UPS%20Daemon

My first wiki post big_smile

Offline

#4 2005-03-06 09:17:23

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

Re: apcupsd

wow! great work.

Offline

Board footer

Powered by FluxBB