# SliTaz package receipt. PACKAGE="fbpanel" VERSION="6.1" CATEGORY="x-window" SHORT_DESC="Fbpanel is a lightweight GTK2-based panel for UNIX desktop." MAINTAINER="pankso@slitaz.org" DEPENDS="gtk+" BUILD_DEPENDS="gtk+-dev" TARBALL="$PACKAGE-$VERSION.tbz2" WEB_SITE="http://fbpanel.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src ./configure && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/lib $fs/usr cp -a $_pkg/usr/share $fs/usr # Custom config file cp -a $stuff/default $fs/usr/share/fbpanel }