wok view fbpanel/receipt @ rev 11221

Add from wok-undigest: editobj enet ettercap fbpanel
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 03 23:13:21 2011 +0100 (2011-11-03)
parents
children 1ae5963f23df
line source
1 # SliTaz package receipt.
3 PACKAGE="fbpanel"
4 VERSION="6.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Fbpanel is a lightweight GTK2-based panel for UNIX desktop."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="gtk+"
9 BUILD_DEPENDS="gtk+-dev"
10 TARBALL="$PACKAGE-$VERSION.tbz2"
11 WEB_SITE="http://fbpanel.sourceforge.net/"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure && make && make install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr
25 cp -a $_pkg/usr/bin $fs/usr
26 cp -a $_pkg/usr/lib $fs/usr
27 cp -a $_pkg/usr/share $fs/usr
28 # Custom config file
29 cp -a $stuff/default $fs/usr/share/fbpanel
30 }