wok annotate dbus-python-dev/receipt @ rev 7674

Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 17:16:06 2010 +0000 (2010-12-16)
parents 5921dc28d8c6
children 44149159a946
rev   line source
pankso@2212 1 # SliTaz package receipt.
pankso@2212 2
pankso@2212 3 PACKAGE="dbus-python-dev"
rcx@6001 4 VERSION="0.83.1"
pankso@2212 5 CATEGORY="development"
pankso@2212 6 SHORT_DESC="D-Bus python binding devel files."
pankso@2212 7 WANTED="dbus-python"
pankso@2212 8 MAINTAINER="pankso@slitaz.org"
pankso@2212 9 WEB_SITE="http://freedesktop.org/wiki/Software/DBusBindings"
pankso@2212 10
pankso@2212 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@2212 12 genpkg_rules()
pankso@2212 13 {
pascal@6594 14 PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/')
pascal@6592 15 mkdir -p $fs/usr/lib/$PYTHON_LIB/site-packages
pankso@2212 16 cp -a $_pkg/usr/lib/python*/*/*.la \
pascal@6592 17 $fs/usr/lib/$PYTHON_LIB/site-packages
pankso@2212 18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
pankso@2212 19 cp -a $_pkg/usr/include $fs/usr
pankso@2212 20 }