milis/talimatname/genel/o/openbox/talimat

25 lines
659 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Openbox oldukça yapılandırılabilir bir pencere yöneticisi.
2016-02-24 01:27:23 +01:00
# URL: http://openbox.org/wiki/Main_Page
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: xorg pcre pango freetype libpng xorg-fontconfig harfbuzz dbus imlib2 librsvg startup-notification xcb-util libxcb libxml2 dbus
2017-04-06 12:40:19 +02:00
2017-10-28 14:10:23 +02:00
isim=openbox
surum=3.6.1
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(http://openbox.org/dist/openbox/$isim-$surum.tar.gz \
2016-02-24 01:27:23 +01:00
openbox.xinitrc)
2017-10-27 23:59:41 +02:00
derle()
2016-02-24 01:27:23 +01:00
{
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2016-02-24 01:27:23 +01:00
./configure --prefix=/usr \
--sysconfdir=/etc \
2017-10-28 14:10:23 +02:00
--docdir=/usr/share/doc/$isim-$surum
2016-02-24 01:27:23 +01:00
make
make DESTDIR=$PKG install
2016-03-10 14:12:52 +01:00
rm -rf $PKG/usr/share/doc
2016-02-24 01:27:23 +01:00
install -D -m644 ../openbox.xinitrc $PKG/etc/X11/dm/openbox.xinitrc
2016-03-02 01:26:35 +01:00
2016-02-24 01:27:23 +01:00
}