wok view talloc-python/receipt @ rev 11399

Fix: type in slitaz-i18n/stuff/locale-pack.functions
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 19:47:39 2011 +0100 (2011-12-10)
parents
children 8387b6915400
line source
1 # SliTaz package receipt.
3 PACKAGE="talloc-python"
4 VERSION="2.0.5"
5 CATEGORY="development"
6 SHORT_DESC="Python bindings for talloc"
7 MAINTAINER="slaxemulator"
8 DEPENDS="talloc python"
9 WEB_SITE="http://talloc.samba.org/"
10 WANTED="talloc"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/lib/python* $fs/usr/lib
17 cp -a $_pkg/usr/lib/libpytalloc* $fs/usr/lib
18 }