opt/blackbox/Pkgfile

18 lines
431 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Fast and small window manager
# URL: http://blackboxwm.sourceforge.net
# Maintainer: Johannes Winkelmann, jw at smts dot ch
2008-06-18 14:41:38 +02:00
# Depends on: xorg-libxext, xorg-libxft
2006-02-23 16:26:10 +01:00
name=blackbox
version=0.70.1
release=1
source=(http://dl.sourceforge.net/sourceforge/blackboxwm/$name-$version.tar.bz2)
build () {
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
}