wok-next annotate gtkmm/receipt @ rev 9531
Up: gtkmm to 2.24.0.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Apr 07 23:25:06 2011 +0000 (2011-04-07) |
parents | e11ea00cf974 |
children | 01c82de729af |
rev | line source |
---|---|
pankso@137 | 1 # SliTaz package receipt. |
pankso@137 | 2 |
pankso@137 | 3 PACKAGE="gtkmm" |
slaxemulator@9531 | 4 VERSION="2.24.0" |
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" |
slaxemulator@7095 | 8 DEPENDS="gtk+ atkmm glibmm cairomm libsigc++ xorg-libXdamage libgiomm pangomm \ |
pascal@5001 | 9 gcc-lib-base" |
slaxemulator@9531 | 10 BUILD_DEPENDS="doxygen" |
slaxemulator@7095 | 11 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pankso@137 | 12 WEB_SITE="http://www.gtkmm.org/" |
slaxemulator@9531 | 13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" |
pankso@137 | 14 |
pankso@137 | 15 # Rules to configure and make the package. |
pankso@137 | 16 compile_rules() |
pankso@137 | 17 { |
pankso@137 | 18 cd $src |
pankso@137 | 19 ./configure \ |
slaxemulator@9531 | 20 --disable-documentation && |
slaxemulator@9531 | 21 make && |
slaxemulator@9531 | 22 make install |
pankso@137 | 23 } |
pankso@137 | 24 |
pankso@137 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@137 | 26 genpkg_rules() |
pankso@137 | 27 { |
pankso@137 | 28 mkdir -p $fs/usr/lib |
pankso@137 | 29 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib |
pankso@137 | 30 } |