milis/talimatname/genel/o/openbox/talimat

26 lines
678 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.

# Tanım: Openbox oldukça yapılandırılabilir bir pencere yöneticisi.
# URL: http://openbox.org/wiki/Main_Page
# Paketçi: milisarge
# Gerekler: xorg pcre pango freetype libpng xorg-fontconfig harfbuzz dbus imlib2 librsvg startup-notification xcb-util libxcb libxml2 dbus
# Grup: masaüstü
isim=openbox
surum=3.6.1
devir=1
kaynak=(http://openbox.org/dist/openbox/$isim-$surum.tar.gz \
openbox.xinitrc)
derle()
{
cd $isim-$surum
./configure --prefix=/usr \
--sysconfdir=/etc \
--docdir=/usr/share/doc/$isim-$surum
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
install -D -m644 ../openbox.xinitrc $PKG/etc/X11/dm/openbox.xinitrc
}