wok-next view tazpanel-extra/receipt @ rev 19715

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
parents 429a73e5062c
children 35faee9ea669
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 WEB_SITE="http://www.slitaz.org/"
10 HOST_ARCH="i486"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="http://hg.slitaz.org/tazpanel/archive/$VERSION.tar.bz2"
15 DEPENDS="tazpanel"
16 SIBLINGS="tazpanel"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 make && make DESTDIR=$DESTDIR VERSION=$VERSION install_extra
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 }
30 post_install()
31 {
32 rm -f "$1"/var/cache/tazpanel/* 2> /dev/null || true
33 }