opt/openbox/Pkgfile
2007-07-26 15:20:45 +02:00

19 lines
476 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: xorg-libxinerama, xorg-libxrandr, xorg-libsm, glib, libxml2, pango
name=openbox
version=3.4.3
release=1
source=(http://www.icculus.org/$name/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man --disable-nls
make
make DESTDIR=$PKG install
}