wok-6.x annotate gtkmm/receipt @ rev 16792
Add libjson
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 02 20:52:57 2014 +0200 (2014-07-02) |
parents | 76b72f1ad63c |
children | a78610b2eb47 |
rev | line source |
---|---|
pankso@137 | 1 # SliTaz package receipt. |
pankso@137 | 2 |
pankso@137 | 3 PACKAGE="gtkmm" |
pascal@15332 | 4 VERSION="2.24.4" |
pankso@209 | 5 CATEGORY="x-window" |
pankso@137 | 6 SHORT_DESC="C++ interface for the popular GUI library GTK+." |
pankso@137 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@14996 | 8 LICENSE="LGPL2.1" |
slaxemulator@14633 | 9 TARBALL="$PACKAGE-$VERSION.tar.xz" |
pankso@137 | 10 WEB_SITE="http://www.gtkmm.org/" |
slaxemulator@14630 | 11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL" |
pankso@137 | 12 |
pankso@9810 | 13 DEPENDS="gtk+ atkmm glibmm cairomm libsigc++ xorg-libXdamage libgiomm pangomm \ |
pankso@9810 | 14 gcc-lib-base" |
slaxemulator@14630 | 15 BUILD_DEPENDS="doxygen gtk+-dev atkmm-dev glibmm-dev cairomm-dev libsigc++-dev \ |
slaxemulator@14630 | 16 pangomm-dev libgiomm-dev mm-common" |
pankso@9810 | 17 |
pankso@137 | 18 # Rules to configure and make the package. |
pankso@137 | 19 compile_rules() |
pankso@137 | 20 { |
pankso@137 | 21 cd $src |
pankso@137 | 22 ./configure \ |
slaxemulator@11118 | 23 --disable-documentation \ |
slaxemulator@11118 | 24 $CONFIGURE_ARGS && |
slaxemulator@9531 | 25 make && |
slaxemulator@9531 | 26 make install |
pankso@137 | 27 } |
pankso@137 | 28 |
pankso@137 | 29 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@137 | 30 genpkg_rules() |
pankso@137 | 31 { |
pankso@137 | 32 mkdir -p $fs/usr/lib |
slaxemulator@14630 | 33 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pankso@137 | 34 } |