opt/openbox/Pkgfile
2006-08-29 16:27:08 +00:00

19 lines
415 B
Plaintext

# Description: Fast, lightweight, standards-compliant window manager
# URL: http://www.icculus.org/openbox/
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: x11, glib, libxml2, pango
name=openbox
version=3.3
release=3
source=(http://www.icculus.org/$name/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
}