wok view matchbox-desktop-2/receipt @ rev 21137

Up deutex-devel (5.1.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 23 13:21:39 2019 +0100 (2019-03-23)
parents 17e313b5b9c1
children 241fb98cab1c
line source
1 # SliTaz package receipt.
3 PACKAGE="matchbox-desktop-2"
4 VERSION="2.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Matchbox desktop v2."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 SOURCE="matchbox-desktop"
10 TARBALL="$SOURCE-$VERSION.tar.bz2"
11 WEB_SITE="http://matchbox-project.org/"
12 WGET_URL="${WEB_SITE}sources/$SOURCE/$VERSION/$TARBALL"
14 DEPENDS="gtk+ dbus dbus-glib util-linux-uuid"
15 BUILD_DEPENDS="gtk+-dev dbus-dev dbus-glib-dev util-linux-uuid-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 # Binutils 2.22 break many packages build without LDFLAGS set correctly.
21 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
23 ./configure \
24 --disable-startup-notification \
25 $CONFIGURE_ARGS &&
26 make && make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr
33 cp -a $install/usr/bin $fs/usr
34 }