wok view matchbox-panel-manager/receipt @ rev 15130

pinentry-gtk: add build_depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 15 09:23:59 2013 +0000 (2013-08-15)
parents 5b8df23bd525
children 3765f181a6d5
line source
1 # SliTaz package receipt.
3 PACKAGE="matchbox-panel-manager"
4 VERSION="0.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Matchbox Panel Manager."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://matchbox-project.org/"
10 WGET_URL="${WEB_SITE}sources/$PACKAGE/0.1/$TARBALL"
12 DEPENDS="gtk+ matchbox-panel"
13 BUILD_DEPENDS="gtk+-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11"
20 ./configure $CONFIGURE_ARGS &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr/bin $fs/usr
29 cp -a $install/usr/share $fs/usr
30 }