wok-6.x diff lxdm/receipt @ rev 19692
ntfs-3g: update genpkg-rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 13 12:26:10 2017 +0100 (2017-02-13) |
parents | 2b9f96603415 |
children | 10e4a8f9b413 |
line diff
1.1 --- a/lxdm/receipt Sat Aug 10 13:52:56 2013 +0000 1.2 +++ b/lxdm/receipt Mon Feb 13 12:26:10 2017 +0100 1.3 @@ -3,12 +3,13 @@ 1.4 PACKAGE="lxdm" 1.5 VERSION="0.4.1" 1.6 CATEGORY="x-window" 1.7 -SHORT_DESC="Login manager from LXDE." 1.8 +SHORT_DESC="GUI login manager for LXDE" 1.9 MAINTAINER="pankso@slitaz.org" 1.10 LICENSE="GPL3" 1.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 WEB_SITE="http://lxde.org/" 1.13 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 1.14 +TAGS="LXDE" 1.15 1.16 DEPENDS="xorg-libX11 gtk+ slitaz-configs" 1.17 BUILD_DEPENDS="xorg-dev gtk+-dev" 1.18 @@ -16,7 +17,6 @@ 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 - cd $src 1.23 ./configure \ 1.24 --libexecdir=/usr/lib/lxdm \ 1.25 --sysconfdir=/etc \