wok-next annotate atk/receipt @ rev 15468
Up memtest (5.0.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 08 11:17:44 2013 +0000 (2013-11-08) |
parents | 534f88ba45a5 |
children | 5a75638bf1c6 |
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@15000 | 8 LICENSE="GPL2" |
pascal@2491 | 9 DEPENDS="glib" |
slaxemulator@6672 | 10 BUILD_DEPENDS="libgio-dev glib-dev gobject-introspection-dev pkg-config" |
pascal@13175 | 11 TARBALL="$PACKAGE-$VERSION.tar.xz" |
pankso@22 | 12 WEB_SITE="http://www.gnome.org/" |
slaxemulator@10986 | 13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:3}/$TARBALL" |
jozee@4931 | 14 TAGS="accessibility" |
pankso@22 | 15 |
pankso@22 | 16 # Rules to configure and make the package. |
pankso@22 | 17 compile_rules() |
pankso@22 | 18 { |
pankso@2002 | 19 cd $src |
pankso@2002 | 20 ./configure \ |
pascal@2491 | 21 $CONFIGURE_ARGS && |
pascal@2491 | 22 make && |
slaxemulator@10986 | 23 make DESTDIR=$DESTDIR install |
pankso@22 | 24 } |
pankso@22 | 25 |
pankso@22 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@22 | 27 genpkg_rules() |
pankso@22 | 28 { |
pankso@5387 | 29 mkdir -p $fs/usr/lib |
slaxemulator@13170 | 30 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pankso@22 | 31 } |