wok-stable annotate talloc-python/receipt @ rev 11385

Up: libsigc++ 2.2.10 (fix build issues)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:36:45 2011 +0100 (2011-12-10)
parents
children 7f6ba0da8010
rev   line source
slaxemulator@9396 1 # SliTaz package receipt.
slaxemulator@9396 2
slaxemulator@9396 3 PACKAGE="talloc-python"
slaxemulator@9396 4 VERSION="2.0.5"
slaxemulator@9396 5 CATEGORY="development"
slaxemulator@9396 6 SHORT_DESC="Python bindings for talloc"
slaxemulator@9396 7 MAINTAINER="slaxemulator"
slaxemulator@9396 8 DEPENDS="talloc python"
slaxemulator@9396 9 WEB_SITE="http://talloc.samba.org/"
slaxemulator@9396 10 WANTED="talloc"
slaxemulator@9396 11
slaxemulator@9396 12 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@9396 13 genpkg_rules()
slaxemulator@9396 14 {
slaxemulator@9396 15 mkdir -p $fs/usr/lib
slaxemulator@9396 16 cp -a $_pkg/usr/lib/python* $fs/usr/lib
slaxemulator@9396 17 cp -a $_pkg/usr/lib/libpytalloc* $fs/usr/lib
slaxemulator@9396 18 }
slaxemulator@9396 19