wok-stable annotate talloc-python/receipt @ rev 12465

Up e2fsprogs (1.44.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 04 18:42:23 2019 +0100 (2019-03-04)
parents 536d4d2ca909
children
rev   line source
slaxemulator@9396 1 # SliTaz package receipt.
slaxemulator@9396 2
slaxemulator@9396 3 PACKAGE="talloc-python"
slaxemulator@9396 4 VERSION="2.0.5"
slaxemulator@9396 5 CATEGORY="development"
slaxemulator@9396 6 SHORT_DESC="Python bindings for talloc"
pascal@12301 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@9396 16 cp -a $_pkg/usr/lib/python* $fs/usr/lib
slaxemulator@9396 17 cp -a $_pkg/usr/lib/libpytalloc* $fs/usr/lib
slaxemulator@9396 18 }
slaxemulator@9396 19