wok-next annotate fbpanel/receipt @ rev 21695

updated gob2 (2.0.17 -> 2.0.20)
author Hans-G?nter Theisgen
date Tue Jun 30 15:37:32 2020 +0100 (2020-06-30)
parents f48456621a9d
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@11221 2
pascal@11221 3 PACKAGE="fbpanel"
pascal@11221 4 VERSION="6.1"
pascal@11221 5 CATEGORY="x-window"
al@21020 6 SHORT_DESC="Lightweight GTK2-based panel for UNIX desktop"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15593 8 LICENSE="MIT"
al@21020 9 WEB_SITE="http://fbpanel.sourceforge.net/"
al@21020 10
pascal@11221 11 TARBALL="$PACKAGE-$VERSION.tbz2"
pascal@11221 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@11221 13
al@21017 14 BUILD_DEPENDS="gtk2-dev"
pascal@15593 15
al@21020 16 compile_rules() {
pascal@17670 17 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
al@21020 18
al@21020 19 ./configure &&
al@21020 20 make &&
al@21020 21 make install
pascal@11221 22 }
pascal@11221 23
al@21020 24 genpkg_rules() {
pascal@11221 25 mkdir -p $fs/usr
pascal@15593 26 cp -a $install/usr/bin $fs/usr
pascal@15593 27 cp -a $install/usr/lib $fs/usr
pascal@15593 28 cp -a $install/usr/share $fs/usr
pascal@11221 29 # Custom config file
pascal@11221 30 cp -a $stuff/default $fs/usr/share/fbpanel
al@21020 31 DEPENDS="gtk2"
pascal@11221 32 }