wok annotate matchbox-window-manager-2/receipt @ rev 13807

Up: mpd (0.17.2)
author Alexander Medvedev <devl547@gmail.com>
date Sun Jan 06 05:45:32 2013 +0300 (2013-01-06)
parents dbf89b0ec274
children 2b9f96603415
rev   line source
pascal@11558 1 # SliTaz package receipt.
pascal@11558 2
pascal@11558 3 PACKAGE="matchbox-window-manager-2"
pascal@11558 4 VERSION="2106"
pascal@11558 5 CATEGORY="x-window"
pascal@11558 6 SHORT_DESC="Matchbox Window Manager v2."
pascal@11558 7 MAINTAINER="pankso@slitaz.org"
pascal@11558 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@11558 9 WEB_SITE="http://matchbox-project.org/"
pascal@11558 10 WGET_URL="svn|http://svn.o-hand.com/repos/matchbox/trunk/$PACKAGE"
pascal@11558 11 BRANCH="$VERSION"
pascal@11558 12
pascal@11558 13 DEPENDS="gtk+"
pascal@13764 14 BUILD_DEPENDS="gtk+-dev subversion libffi autoconf automake libtool"
pascal@11558 15
pascal@11558 16 # Rules to configure and make the package.
pascal@11558 17 compile_rules()
pascal@11558 18 {
pascal@11558 19 cd $src
pascal@13764 20 export LDFLAGS="-Wl,--copy-dt-needed-entries -lexpat"
pascal@11558 21 ./autogen.sh \
pascal@11558 22 --enable-png-theme \
pascal@11558 23 --enable-composite-manager=xrender \
pascal@11558 24 --enable-matchbox-remote \
pascal@11558 25 --with-pango \
pascal@11558 26 --with-gtk \
pascal@11558 27 $CONFIGURE_ARGS &&
pascal@11558 28 # Fix Makefile identation.
pascal@11558 29 sed -i s'/ / /' Makefile &&
pascal@11558 30 make && make install
pascal@11558 31 }
pascal@11558 32
pascal@11558 33 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11558 34 genpkg_rules()
pascal@11558 35 {
pascal@11558 36 mkdir -p $fs/usr
pascal@11558 37 cp -a $install/usr/bin $fs/usr
pascal@11558 38 cp -a $install/usr/share $fs/usr
pascal@11558 39 }