wok annotate atk/receipt @ rev 13175

atk: fix tarball
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jul 30 10:59:32 2012 +0200 (2012-07-30)
parents fd292e30db28
children 534f88ba45a5
rev   line source
pankso@22 1 # SliTaz package receipt.
pankso@22 2
pankso@22 3 PACKAGE="atk"
slaxemulator@13170 4 VERSION="2.4.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 }