wok view frei0r-plugins-dev/receipt @ rev 9619

Up: py3k to 3.2. Added CVE-2011-1521 security fix. Also added pyconfig.h to py3k so python3 works. Nothing depends on this package yet so updating it will not cause any problems.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Apr 18 15:39:33 2011 +0000 (2011-04-18)
parents 2ecfb88314ac
children fcdd50638150
line source
1 # SliTaz package receipt.
3 PACKAGE="frei0r-plugins-dev"
4 VERSION="1.3"
5 CATEGORY="development"
6 MAINTAINER="jozee@slitaz.org"
7 SHORT_DESC="frei0r-plugins devel files"
8 WEB_SITE="http://www.piksel.org/frei0r"
9 DEPENDS="frei0r-plugins"
10 WANTED="frei0r-plugins"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 cp -a $_pkg/usr/include $fs/usr
17 }