opt/openbox/Pkgfile
2022-01-10 16:31:31 +01:00

25 lines
552 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: libxml2 pango xorg-libxinerama xorg-libxrandr
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 \
--libexecdir=/usr/lib/openbox \
--disable-nls
make
make DESTDIR=$PKG install
mv $PKG/usr/share/doc/$name/*.xsd $PKG/usr/etc/xdg/$name
rm -rf $PKG/usr/share/doc
}