wok-stable annotate fbpanel/receipt @ rev 12322

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