wok annotate lxpolkit/receipt @ rev 23849

Up znc (1.8.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 15 08:55:05 2020 +0000 (2020-06-15)
parents 6e8b1bcb30e2
children ee53899c6189
rev   line source
pankso@12463 1 # SliTaz package receipt.
pankso@12463 2
pankso@12463 3 PACKAGE="lxpolkit"
pankso@12463 4 VERSION="0.1.0"
pankso@12463 5 CATEGORY="x-window"
al@17992 6 SHORT_DESC="LXDE PolicyKit authentication agent"
pankso@12463 7 MAINTAINER="pankso@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
pankso@12463 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@12463 10 WGET_URL="$SF_MIRROR/lxde/LXPolkit/$TARBALL"
pascal@23849 11 WEB_SITE="http://blog.lxde.org/?p=674"
al@17992 12 TAGS="LXDE"
pankso@12463 13
pankso@12463 14 DEPENDS="gtk+ polkit"
pankso@12463 15 BUILD_DEPENDS="gtk+-dev polkit-dev"
pankso@12463 16
pankso@12463 17 # Rules to configure and make the package.
pankso@12463 18 compile_rules()
pankso@12463 19 {
pankso@12463 20 ./configure \
pankso@12463 21 --sysconfdir=/etc \
pankso@12463 22 --libexecdir=/usr/lib/lxde \
pankso@12463 23 $CONFIGURE_ARGS &&
pankso@12463 24 make && make install
pankso@12463 25 }
pankso@12463 26
pankso@12463 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@12463 28 genpkg_rules()
pankso@12463 29 {
pankso@12463 30 mkdir -p $fs/usr/share
pankso@12463 31 cp -a $install/etc $fs
pankso@12463 32 cp -a $install/usr/lib $fs/usr
pankso@12463 33 cp -a $install/usr/share/$PACKAGE $fs/usr/share
pankso@12463 34 }