wok-current annotate talloc-python/receipt @ rev 15310
lives: remove a wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 27 15:34:03 2013 +0000 (2013-09-27) |
parents | 8387b6915400 |
children | de49f29b101e |
rev | line source |
---|---|
slaxemulator@9396 | 1 # SliTaz package receipt. |
slaxemulator@9396 | 2 |
slaxemulator@9396 | 3 PACKAGE="talloc-python" |
slaxemulator@13267 | 4 VERSION="2.0.7" |
slaxemulator@9396 | 5 CATEGORY="development" |
slaxemulator@9396 | 6 SHORT_DESC="Python bindings for talloc" |
pascal@13025 | 7 MAINTAINER="slaxemulator@gmail.com" |
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@13267 | 16 cp -a $install/usr/lib/python* $fs/usr/lib |
slaxemulator@13267 | 17 cp -a $install/usr/lib/libpytalloc* $fs/usr/lib |
slaxemulator@9396 | 18 } |
slaxemulator@9396 | 19 |