You are not logged in.

#1 2005-04-11 15:49:41

clank
Member
Registered: 2005-04-11
Posts: 35

Fluxbox / bbacpi

has anyone tried using bbacpi in flux?

The problem is that I can't get it to show up in the slit.  If anyone has any success with it, let me know.

I made a quick PKGBUILD for it to test, I know it's very incomplete but it worked for me:

pkgname=bbacpi
pkgver=0.1.3
pkgrel=1
pkgdesc="Shows some information on the battery of laptops using acpi."
url="bbacpi.sourceforge.net/"
license="gpl"
depends=()
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://easynews.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)

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

=> Now known as jb

Offline

Board footer

Powered by FluxBB