wok annotate talloc-python/receipt @ rev 20675
iron: update /usr/bin/iron symlink
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 24 22:11:16 2019 +0100 (2019-01-24) |
parents | 7655fb6bf8dd |
children | 6135577f4d08 |
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" |
pascal@15600 | 8 LICENSE="LGPL" |
slaxemulator@9396 | 9 WEB_SITE="http://talloc.samba.org/" |
slaxemulator@9396 | 10 WANTED="talloc" |
slaxemulator@9396 | 11 |
pascal@15600 | 12 DEPENDS="talloc python" |
pascal@15600 | 13 |
slaxemulator@9396 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@9396 | 15 genpkg_rules() |
slaxemulator@9396 | 16 { |
slaxemulator@9396 | 17 mkdir -p $fs/usr/lib |
slaxemulator@13267 | 18 cp -a $install/usr/lib/python* $fs/usr/lib |
slaxemulator@13267 | 19 cp -a $install/usr/lib/libpytalloc* $fs/usr/lib |
slaxemulator@9396 | 20 } |
slaxemulator@9396 | 21 |