wok annotate matchbox-desktop-2/receipt @ rev 15859

Up: libmicrohttpd to 0.9.33.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jan 29 21:56:37 2014 +0000 (2014-01-29)
parents 053c9ea7763c
children 17e313b5b9c1
rev   line source
pascal@11556 1 # SliTaz package receipt.
pascal@11556 2
pascal@11556 3 PACKAGE="matchbox-desktop-2"
pascal@11556 4 VERSION="2.0"
pascal@11556 5 CATEGORY="x-window"
pascal@11556 6 SHORT_DESC="Matchbox desktop v2."
pascal@11556 7 MAINTAINER="pankso@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
pascal@11556 9 SOURCE="matchbox-desktop"
pascal@11556 10 TARBALL="$SOURCE-$VERSION.tar.bz2"
pascal@11556 11 WEB_SITE="http://matchbox-project.org/"
pascal@11556 12 WGET_URL="${WEB_SITE}sources/$SOURCE/2.0/$TARBALL"
pascal@11556 13
pankso@12481 14 DEPENDS="gtk+ dbus dbus-glib util-linux-uuid"
pankso@12481 15 BUILD_DEPENDS="gtk+-dev dbus-dev dbus-glib-dev util-linux-uuid-dev"
pascal@11556 16
pascal@11556 17 # Rules to configure and make the package.
pascal@11556 18 compile_rules()
pascal@11556 19 {
pascal@12653 20 # Binutils 2.22 break many packages build without LDFLAGS set correctly.
pascal@12653 21 export LDFLAGS="-Wl,--copy-dt-needed-entries"
pascal@12653 22
pascal@11556 23 cd $src
pascal@11556 24 ./configure \
pascal@11556 25 --disable-startup-notification \
pascal@11556 26 $CONFIGURE_ARGS &&
pascal@11556 27 make && make install
pascal@11556 28 }
pascal@11556 29
pascal@11556 30 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11556 31 genpkg_rules()
pascal@11556 32 {
pascal@11556 33 mkdir -p $fs/usr
pascal@11556 34 cp -a $install/usr/bin $fs/usr
pascal@11556 35 }