wok annotate lxsession-edit/receipt @ rev 20603
Update iptraf & gcc3
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 17 12:19:32 2018 +0100 (2018-12-17) |
parents | c9e270dd464f |
children | 6e8b1bcb30e2 |
rev | line source |
---|---|
pankso@12415 | 1 # SliTaz package receipt. |
pankso@12415 | 2 |
pankso@12415 | 3 PACKAGE="lxsession-edit" |
pankso@12415 | 4 VERSION="0.2.0" |
pankso@12415 | 5 CATEGORY="x-window" |
al@17992 | 6 SHORT_DESC="Configure what application start up automatically in LXDE" |
pankso@12415 | 7 MAINTAINER="pankso@slitaz.org" |
al@14907 | 8 LICENSE="GPL2" |
al@14907 | 9 WEB_SITE="http://wiki.lxde.org/en/LXSession_Edit" |
pankso@12415 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
al@17992 | 11 WGET_URL="$SF_MIRROR/lxde/$TARBALL" |
al@17992 | 12 TAGS="LXDE" |
pankso@16261 | 13 HOST_ARCH="i486 arm" |
al@18547 | 14 GENERIC_MENUS="no" |
pankso@12415 | 15 |
pankso@12415 | 16 DEPENDS="gtk+ lxsession" |
pankso@12415 | 17 BUILD_DEPENDS="gtk+-dev" |
pankso@12415 | 18 |
pankso@12415 | 19 # Rules to configure and make the package. |
pankso@12415 | 20 compile_rules() |
pankso@12415 | 21 { |
pankso@12415 | 22 ./configure \ |
pankso@12415 | 23 --sysconfdir=/etc \ |
pankso@12415 | 24 $CONFIGURE_ARGS && |
pankso@12415 | 25 make && make install |
pankso@12415 | 26 } |
pankso@12415 | 27 |
pankso@12415 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@12415 | 29 genpkg_rules() |
pankso@12415 | 30 { |
al@18547 | 31 cp -a $install/* $fs |
al@18547 | 32 rm -r $fs/usr/share/locale |
al@18547 | 33 |
al@18547 | 34 sed -i 's|^Icon=.*$|Icon=session-properties|' \ |
al@18547 | 35 $fs/usr/share/applications/lxsession-edit.desktop |
pankso@12415 | 36 } |