wok-4.x view atk-dev/receipt @ rev 6761
Down: make to 3.81. I'm doing this so we cause there are to many problems with 3.82 right now. For example: gst-plugins-base will not compile with the new make 3.82 since there are 8 spaces instead of tabs. Or libwebkit not compiling with -j 4. Best to wait on updating this for slitaz 5.0.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 17 23:32:20 2010 +0000 (2010-10-17) |
parents | 31b78de2a592 |
children | 41a6ed88859f |
line source
1 # SliTaz package receipt.
3 PACKAGE="atk-dev"
4 VERSION="1.32.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 $_pkg/usr/lib/*.*a $fs/usr/lib
17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
18 cp -a $_pkg/usr/include $fs/usr
19 cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share
20 }