opt/openbox/Pkgfile

19 lines
415 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
# Depends on: x11, glib, libxml2, pango
2006-02-23 16:26:10 +01:00
name=openbox
2006-08-27 12:26:46 +02:00
version=3.3
release=3
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
}