wok-next annotate 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
rev   line source
al@19814 1 # SliTaz package receipt v2.
al@19814 2
al@19814 3 PACKAGE="lxde-common"
al@19814 4 VERSION="0.99.2"
al@19814 5 CATEGORY="base-system"
al@19814 6 SHORT_DESC="Set of default configuration for LXDE"
al@19814 7 MAINTAINER="al.bobylev@gmail.com"
al@19814 8 LICENSE="LGPL3"
al@19814 9 WEB_SITE="http://www.lxde.org/"
al@19814 10
al@19814 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19814 12 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
al@19814 13
al@19814 14 BUILD_DEPENDS="intltool"
al@19814 15
al@19814 16 # Rules to configure and make the package.
al@19814 17 compile_rules()
al@19814 18 {
al@19814 19 # http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxde-common.html
al@19814 20 ./configure \
al@19814 21 --sysconfdir=/etc \
al@19814 22 $CONFIGURE_ARGS &&
al@19814 23 make && make install
al@19814 24 }
al@19814 25
al@19814 26 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19814 27 genpkg_rules()
al@19814 28 {
al@19814 29 TAGS="LXDE"
al@19814 30 copy @std
al@19814 31 }