wok view atk-dev/receipt @ rev 15924

ntp: avoid refection attacks
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 19 09:17:04 2014 +0000 (2014-02-19)
parents 380ffe05937a
children 5a75638bf1c6
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 LICENSE="GPL2"
9 WANTED="atk"
10 WEB_SITE="http://www.gnome.org/"
12 DEPENDS="atk pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib $fs/usr/share
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/share/gir-1.0 $fs/usr/share
22 }