wok annotate talloc-dev/receipt @ rev 22434

Add sshrc (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 21 12:20:01 2019 +0100 (2019-12-21)
parents de49f29b101e
children
rev   line source
gokhlayeh@6993 1 # SliTaz package receipt.
gokhlayeh@6993 2
gokhlayeh@6993 3 PACKAGE="talloc-dev"
slaxemulator@13267 4 VERSION="2.0.7"
gokhlayeh@6993 5 CATEGORY="development"
gokhlayeh@6993 6 SHORT_DESC="Hierarchical pool based memory allocator with destructors (devel files)."
slaxemulator@13267 7 MAINTAINER="slaxemulator@gmail.com"
pascal@15600 8 LICENSE="LGPL"
pascal@20679 9 WEB_SITE="https://talloc.samba.org/talloc/doc/html/index.html"
pascal@15600 10 WANTED="talloc"
pascal@15600 11
pascal@15598 12 DEPENDS="talloc pkg-config"
gokhlayeh@6993 13
gokhlayeh@6993 14 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@6993 15 genpkg_rules()
gokhlayeh@6993 16 {
gokhlayeh@6993 17 mkdir -p $fs/usr/lib/
slaxemulator@13267 18 cp -a $install/usr/include $fs/usr/
slaxemulator@13267 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
gokhlayeh@6993 20 }