wok-current annotate talloc-dev/receipt @ rev 25733

Accept licence PyQt-x11-gpl, bump firmware* to 20240610, build imagemagick (merge)
author Stanislas Leduc <shann@slitaz.org>
date Fri Dec 20 16:13:23 2024 +0000 (3 weeks ago)
parents 3ad63c8fc2f9
children
rev   line source
gokhlayeh@6993 1 # SliTaz package receipt.
gokhlayeh@6993 2
gokhlayeh@6993 3 PACKAGE="talloc-dev"
shann@25634 4 VERSION="2.3.3"
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
shann@25728 14 HOST_ARCH="i486 x86_64"
shann@25728 15
gokhlayeh@6993 16 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@6993 17 genpkg_rules()
gokhlayeh@6993 18 {
gokhlayeh@6993 19 mkdir -p $fs/usr/lib/
slaxemulator@13267 20 cp -a $install/usr/include $fs/usr/
slaxemulator@13267 21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
gokhlayeh@6993 22 }