wok-6.x view tazpanel-extra/receipt @ rev 18250
Up tazpanel (516)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Aug 02 20:30:04 2015 +0200 (2015-08-02) |
parents | 01f2e8c0ea7b |
children | e4f1abb1d463 |
line source
1 # SliTaz package receipt.
3 PACKAGE="tazpanel-extra"
4 VERSION="516"
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 DEPENDS="tazpanel"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 make DESTDIR=$DESTDIR VERSION=$VERSION install-extra
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 cp -a $install/* $fs
24 }