opt/openbox/Pkgfile

25 lines
565 B
Plaintext

# Description: Fast, lightweight, standards-compliant window manager
# URL: http://openbox.org
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: xorg-libxinerama, xorg-libxrandr, pango, libxml2
name=openbox
version=3.6.1
release=1
source=(http://openbox.org/dist/openbox/openbox-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-nls \
--libexecdir=/usr/lib/openbox
make
make DESTDIR=$PKG install
mv $PKG/usr/share/doc/$name/*.xsd $PKG/usr/etc/xdg/$name
rm -rf $PKG/usr/share/doc
}