wok view lxsession/receipt @ rev 21639

procps-3.2.8 recompiled (ncurses-6.1)
author Hans-G?nter Theisgen
date Wed May 29 16:50:51 2019 +0100 (2019-05-29)
parents fb9c76c69bb2
children fa0390929820
line source
1 # SliTaz package receipt.
3 PACKAGE="lxsession"
4 VERSION="0.5.4"
5 CATEGORY="x-window"
6 SHORT_DESC="LXDE X session manager."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://wiki.lxde.org/en/LXSession"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
14 DEPENDS="dbus gtk+"
15 BUILD_DEPENDS="dbus-dev gtk+-dev libunique-dev polkit-dev"
17 HOST_ARCH="i486 arm"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 ./configure \
23 --sysconfdir=/etc \
24 $CONFIGURE_ARGS &&
25 make -j 1 &&
26 make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr/share
33 mkdir -p $fs/etc/xdg/lxsession/LXDE
35 cp -a $install/usr/bin $fs/usr
36 # Use SliTaz Icon them for lxsession-logout
37 cp -a $stuff/desktop.conf $fs/etc/xdg/lxsession/LXDE
38 chown -R 0.0 $fs
39 }