wok annotate atk/receipt @ rev 13924

Up: atk (2.6.0)
author Alexander Medvedev <devl547@gmail.com>
date Fri Jan 25 23:21:02 2013 +0000 (2013-01-25)
parents cae46feb2397
children 380ffe05937a
rev   line source
pankso@22 1 # SliTaz package receipt.
pankso@22 2
pankso@22 3 PACKAGE="atk"
devl547@13924 4 VERSION="2.6.0"
pankso@22 5 CATEGORY="x-window"
pankso@22 6 SHORT_DESC="Accessibility toolkit."
pankso@22 7 MAINTAINER="pankso@slitaz.org"
pascal@2491 8 DEPENDS="glib"
slaxemulator@6672 9 BUILD_DEPENDS="libgio-dev glib-dev gobject-introspection-dev pkg-config"
pascal@13175 10 TARBALL="$PACKAGE-$VERSION.tar.xz"
pankso@22 11 WEB_SITE="http://www.gnome.org/"
slaxemulator@10986 12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:3}/$TARBALL"
jozee@4931 13 TAGS="accessibility"
pankso@22 14
pankso@22 15 # Rules to configure and make the package.
pankso@22 16 compile_rules()
pankso@22 17 {
pankso@2002 18 cd $src
pankso@2002 19 ./configure \
pascal@2491 20 $CONFIGURE_ARGS &&
pascal@2491 21 make &&
slaxemulator@10986 22 make DESTDIR=$DESTDIR install
pankso@22 23 }
pankso@22 24
pankso@22 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@22 26 genpkg_rules()
pankso@22 27 {
pankso@5387 28 mkdir -p $fs/usr/lib
slaxemulator@13170 29 cp -a $install/usr/lib/*.so* $fs/usr/lib
pankso@22 30 }