wok annotate talloc-dev/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents 3af9c976b7d4
children 6135577f4d08
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"
gokhlayeh@6993 9 WEB_SITE="http://talloc.samba.org/"
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 }