wok view atk-dev/receipt @ rev 22957

updated iptables and iptables-dev (1.4.21 -> 1.8.4)
author Hans-G?nter Theisgen
date Fri Feb 28 15:41:30 2020 +0100 (2020-02-28)
parents 5b7475b01999
children 728aee21c7d0
line source
1 # SliTaz package receipt.
3 PACKAGE="atk-dev"
4 VERSION="2.34.1"
5 CATEGORY="development"
6 SHORT_DESC="Accessibility toolkit - development files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.gnome.org/"
11 DEPENDS="atk pkg-config"
12 WANTED="atk"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 mkdir -p $fs/usr/share
22 # cp -a $install/usr/lib/*.*a $fs/usr/lib
23 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
24 cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib
25 cp -a $install/usr/share/gir-1.0 $fs/usr/share
26 cp -a $install/usr/include $fs/usr
27 }