opt/openbox/Pkgfile

25 lines
552 B
Plaintext
Raw Normal View History

# Description: Fast, lightweight, standards-compliant window manager
2021-12-14 10:29:00 +01:00
# URL: http://openbox.org
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: libxml2 pango xorg-libxinerama xorg-libxrandr
2006-02-23 16:26:10 +01:00
name=openbox
2015-07-23 21:49:33 +02:00
version=3.6.1
release=1
2012-06-20 16:02:56 +02:00
source=(http://openbox.org/dist/openbox/openbox-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
2021-01-27 12:58:42 +01:00
./configure \
--prefix=/usr \
2021-12-14 10:29:00 +01:00
--libexecdir=/usr/lib/openbox \
--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
}