25 lines
676 B
Plaintext
25 lines
676 B
Plaintext
# Description: Openbox oldukça yapılandırılabilir bir pencere yöneticisi.
|
||
# URL: http://openbox.org/wiki/Main_Page
|
||
# Packager: milisarge
|
||
# Depends on: xorg pcre pango freetype libpng xorg-fontconfig harfbuzz dbus imlib2 librsvg startup-notification xcb-util libxcb libxml2 dbus
|
||
|
||
name=openbox
|
||
version=3.6.1
|
||
release=1
|
||
|
||
source=(http://openbox.org/dist/openbox/$name-$version.tar.gz \
|
||
openbox.xinitrc)
|
||
|
||
build()
|
||
{
|
||
cd $name-$version
|
||
./configure --prefix=/usr \
|
||
--sysconfdir=/etc \
|
||
--docdir=/usr/share/doc/$name-$version
|
||
make
|
||
make DESTDIR=$PKG install
|
||
rm -rf $PKG/usr/share/doc
|
||
install -D -m644 ../openbox.xinitrc $PKG/etc/X11/dm/openbox.xinitrc
|
||
|
||
}
|