This is from my post:
http://bbs.archlinux.org/viewtopic.php?p=73922#73922
Ok, I did finally get it to build with bbkeys in there as well. Here goes:
I didn't include the URL's of the files in the PKGBUILD, but here are the download pages for blackbox:
http://sourceforge.net/project/showfiles.php?group_id=40696
...and bbkeys:
http://sourceforge.net/project/showfiles.php?group_id=33459
Here's the PKGBUILD (just put the downloaded packages in the same directory as the PKGBUILD and type "makepkg" form the console while in that directory):
*Code:*
# $Id: PKGBUILD,v 1.13 2004/07/11 22:17:36 judd Exp $
# Maintainer: dorphell <[EMAIL PROTECTED]>
pkgname=blackbox
pkgver=0.70.0
pkgrel=1
pkgdesc="A window manager for X11"
depends=('x-server')
source=($pkgname-$pkgver.tar.bz2 \
bbkeys-0.9.0.tar.gz)
md5sums=()build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr --disable-nls
make || return 1
make DESTDIR=$startdir/pkg install# we build bbkeys into the blackbox package cd $startdir/src/bbkeys-0.9.0 ./configure --prefix=/usr make || return 1 make DESTDIR=$startdir/pkg install }
Let me know how this could be improved.
_______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
