milis/talimatname/genel/openbox/talimat

25 lines
676 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
}