wok view tazpanel-extra/receipt @ rev 19617

Up SliTaz projects: cookutils(863), slitaz-base-files(319), slitaz-boot-scripts(436), slitaz-configs(299), slitaz-tools(1008), ssfs(108), tazbug(94), tazinst(86), tazirc(18), tazlito(445), tazpanel(610), tazpkg(932), tazusb(194), tazweb(174).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jan 10 14:28:40 2017 +0200 (2017-01-10)
parents 429a73e5062c
children 40d02ae21cb1
line source
1 # SliTaz package receipt.
3 PACKAGE="tazpanel-extra"
4 VERSION="610"
5 CATEGORY="system-tools"
6 SHORT_DESC="SliTaz administration and configuration panel extra modules."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.slitaz.org/"
11 WGET_URL="http://hg.slitaz.org/tazpanel/archive/$VERSION.tar.gz"
12 HOST_ARCH="i486"
14 DEPENDS="tazpanel"
15 SIBLINGS="tazpanel"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make && make DESTDIR=$DESTDIR VERSION=$VERSION install_extra
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 }
29 post_install()
30 {
31 rm -f "$1"/var/cache/tazpanel/* 2> /dev/null || true
32 }