milis/talimatname/genel/lxde-session/talimat

20 lines
441 B
Plaintext
Executable File
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: LXDE için varsayılan oturum yöneticisini içerir
# URL: http://lxde.org/
# Packager: milisarge@gmail.com
# Depends on: dbus-glib gtk2 libunique1 lsb-release polkit vala upower pm-utils
name=lxde-session
_name=lxsession
version=0.5.2
release=3
source=(http://downloads.sourceforge.net/lxde/${_name}-$version.tar.xz)
build() {
cd ${_name}-$version
./configure --prefix=/usr --disable-man
make
make DESTDIR=$PKG install
}