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

mrxvt-unicode : ./configure : remove "--enable-everything"
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Oct 17 20:06:27 2017 +0200 (2017-10-17)
parents
children 757d032c55c7
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/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
14 BUILD_DEPENDS="intltool"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 # http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxde-common.html
20 ./configure \
21 --sysconfdir=/etc \
22 $CONFIGURE_ARGS &&
23 make && make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 TAGS="LXDE"
30 copy @std
31 }