opt/openbox/Pkgfile

22 lines
564 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
2008-10-25 12:42:27 +02:00
version=3.4.7.3
release=2
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
./configure --prefix=/usr --mandir=/usr/man --disable-nls
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
mv $PKG/usr/share/doc/$name/*.xsd $PKG/usr/etc/xdg/$name
rm -rf $PKG/usr/share/doc
2006-02-23 16:26:10 +01:00
}