wok-next view matchbox-panel-manager/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents d457c4e37c1b
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="matchbox-panel-manager"
4 VERSION="0.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Matchbox Panel Manager"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.yoctoproject.org/software-item/matchbox/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://downloads.yoctoproject.org/releases/matchbox/matchbox-panel-manager/$VERSION/$TARBALL"
14 BUILD_DEPENDS="gtk2-dev"
16 compile_rules() {
17 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
19 ./configure $CONFIGURE_ARGS &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="gdk-pixbuf glib gtk2 libx11"
27 TAGS="matchbox"
28 }