wok annotate 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
rev   line source
jozee@6824 1 # SliTaz package receipt.
jozee@6824 2
jozee@6824 3 PACKAGE="frei0r-plugins-dev"
slaxemulator@9245 4 VERSION="1.3"
jozee@6824 5 CATEGORY="development"
jozee@6824 6 MAINTAINER="jozee@slitaz.org"
jozee@6824 7 SHORT_DESC="frei0r-plugins devel files"
jozee@6824 8 WEB_SITE="http://www.piksel.org/frei0r"
slaxemulator@6863 9 DEPENDS="frei0r-plugins"
jozee@6824 10 WANTED="frei0r-plugins"
jozee@6824 11
jozee@6824 12 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@6824 13 genpkg_rules()
jozee@6824 14 {
jozee@6824 15 mkdir -p $fs/usr
jozee@6824 16 cp -a $_pkg/usr/include $fs/usr
jozee@6824 17 }