wok view lxsession046/receipt @ rev 21803

created recipe for nnn 2.6
author Hans-G?nter Theisgen
date Sat Aug 10 20:59:16 2019 +0100 (2019-08-10)
parents e517a9b93d36
children 3e2a0347b2f1
line source
1 # SliTaz package receipt.
3 ORIGIN="lxsession"
4 PACKAGE="lxsession046"
5 VERSION="0.4.6.1"
6 CATEGORY="x-window"
7 SHORT_DESC="LXDE X session manager."
8 MAINTAINER="devel@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://wiki.lxde.org/en/LXSession"
11 TARBALL="$ORIGIN-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
13 HOST_ARCH="i486 arm"
14 PROVIDE="lxsession"
16 DEPENDS="gtk+ dbus"
17 BUILD_DEPENDS="gtk+-dev dbus-dev intltool"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 ./configure \
23 --sysconfdir=/etc \
24 $CONFIGURE_ARGS &&
25 make && make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/share $fs/etc/xdg/lxsession/LXDE
32 cp -a $install/usr/bin $fs/usr
33 cp -a $install/usr/share/lxsession $fs/usr/share
34 # Use SliTaz Icon them for lxsession-logout
35 cp -a $stuff/desktop.conf $fs/etc/xdg/lxsession/LXDE
36 chown -R 0.0 $fs
37 }