opt/openbox/Pkgfile

19 lines
458 B
Plaintext
Raw Normal View History

# Description: Fast, lightweight, standards-compliant window manager
2006-02-23 16:26:10 +01:00
# URL: http://www.icculus.org/openbox/
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
2006-11-15 22:10:50 +01:00
# Depends on: xorg-libxinerama, xorg-libxrandr, xorg-libsm, glib, libxml2, pango
2006-02-23 16:26:10 +01:00
name=openbox
2007-06-06 16:27:32 +02:00
version=3.4.0
2006-09-08 00:40:39 +02:00
release=1
2006-08-27 12:26:46 +02:00
source=(http://www.icculus.org/$name/releases/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
2006-08-27 12:26:46 +02:00
./configure --prefix=/usr --disable-nls
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
}