wok-next annotate lxde-common/receipt @ rev 20200

libgnomeprint: add bison 3 patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 03 17:38:15 2017 +0100 (2017-11-03)
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 }