wok-4.x view talloc-python/receipt @ rev 12338
Fixed a flag error in the receipt
author | Brenton Scott <admin@trixarian.net> |
---|---|
date | Mon Sep 24 09:13:21 2012 +0200 (2012-09-24) |
parents | 536d4d2ca909 |
children |
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@gmail.com"
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 }