wok view atk-dev/receipt @ rev 14039
gst-plugins-ugly: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 18 15:41:30 2013 +0100 (2013-02-18) |
parents | fd292e30db28 |
children | 380ffe05937a |
line source
1 # SliTaz package receipt.
3 PACKAGE="atk-dev"
4 VERSION="2.6.0"
5 CATEGORY="development"
6 SHORT_DESC="Accessibility toolkit devel files."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="atk"
9 WANTED="atk"
10 WEB_SITE="http://www.gnome.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib $fs/usr/share
16 cp -a $install/usr/lib/*.*a $fs/usr/lib
17 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/share/gir-1.0 $fs/usr/share
20 }