wok-current annotate lxsession-edit/receipt @ rev 18427
nginx-extras: typo in dependency
author | Nathan Neulinger <nneul@neulinger.org> |
---|---|
date | Mon Sep 21 12:28:28 2015 +0000 (2015-09-21) |
parents | 523db8f94fcb |
children | 7b3799fbd0b0 |
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" |
pankso@12415 | 14 |
pankso@12415 | 15 DEPENDS="gtk+ lxsession" |
pankso@12415 | 16 BUILD_DEPENDS="gtk+-dev" |
pankso@12415 | 17 |
pankso@12415 | 18 # Rules to configure and make the package. |
pankso@12415 | 19 compile_rules() |
pankso@12415 | 20 { |
pankso@12415 | 21 ./configure \ |
pankso@12415 | 22 --sysconfdir=/etc \ |
pankso@12415 | 23 $CONFIGURE_ARGS && |
pankso@12415 | 24 make && make install |
pankso@12415 | 25 } |
pankso@12415 | 26 |
pankso@12415 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@12415 | 28 genpkg_rules() |
pankso@12415 | 29 { |
pankso@12415 | 30 mkdir -p $fs/usr/share |
pankso@12415 | 31 cp -a $install/usr/bin $fs/usr |
pankso@12415 | 32 cp -a $install/usr/share/$PACKAGE $fs/usr/share |
pankso@12415 | 33 } |