wok-next view lxde-common/receipt @ rev 20778

git update: 2.16.2 (Feb-2018) -> 2.17.1 (May-2018)
author Erkan Yilmaz <erkan@slitaz.org>
date Fri Jun 08 09:36:49 2018 +0000 (2018-06-08)
parents aef69ec23a2f
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="lxde-common"
4 VERSION="0.99.2"
5 CATEGORY="base-system"
6 SHORT_DESC="Set of default configuration for LXDE"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL3"
9 WEB_SITE="http://www.lxde.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxde-common.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
15 BUILD_DEPENDS="intltool"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 copy @std
25 TAGS="LXDE"
26 }