Hello, all.

I've been busy pimping the new version of blackbox on the forums, and I built a (very) rudimentary package:

pkgname=blackbox
pkgver=0.70.0
pkgrel=1
pkgdesc="A window manager for X"
depends=('x-server')
source=($pkgname-$pkgver.tar.bz2)
md5sums=()

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

But, I've been excited about getting an official blackbox package, well-built and with bbkeys. I'm not able. Dorphell is the maintainer. Any idea when the package will be ready?

Thanks, all. Keep up the great work. Arch is the BEST.

Ben

_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to