wok view talloc-python/receipt @ rev 9517

Up: git to 1.7.4.4.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Apr 07 05:24:37 2011 +0000 (2011-04-07)
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 }