wok view atkmm/receipt @ rev 9956

wbar: clean-up
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed May 18 15:24:34 2011 +0200 (2011-05-18)
parents f2be33d2b7ac
children 1d5ac570e618
line source
1 # SliTaz package receipt.
3 PACKAGE="atkmm"
4 VERSION="2.22.4"
5 CATEGORY="x-window"
6 SHORT_DESC="C++ interface for the popular Accessibility toolkit."
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="atk libsigc++"
9 BUILD_DEPENDS="atk-dev glib-dev glibmm-dev libgiomm-dev pkg-config"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://www.gnome.org/"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure && make && make install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/lib
25 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
26 }