wok annotate talloc-dev/receipt @ rev 7219

Fixed talloc and talloc-dev. Added soft links for libtalloc.so.2.0.1 and libtalloc-compat1.so.2.0.1 so there link to samba.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Nov 10 23:53:15 2010 +0000 (2010-11-10)
parents f3454f99c1fb
children 536d4d2ca909
rev   line source
gokhlayeh@6993 1 # SliTaz package receipt.
gokhlayeh@6993 2
gokhlayeh@6993 3 PACKAGE="talloc-dev"
gokhlayeh@6993 4 VERSION="2.0.1"
gokhlayeh@6993 5 CATEGORY="development"
gokhlayeh@6993 6 SHORT_DESC="Hierarchical pool based memory allocator with destructors (devel files)."
gokhlayeh@6993 7 MAINTAINER="gokhlayeh@slitaz.org"
gokhlayeh@6993 8 WEB_SITE="http://talloc.samba.org/"
slaxemulator@7219 9 DEPENDS="talloc"
gokhlayeh@6993 10 WANTED="talloc"
gokhlayeh@6993 11
gokhlayeh@6993 12 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@6993 13 genpkg_rules()
gokhlayeh@6993 14 {
gokhlayeh@6993 15 mkdir -p $fs/usr/lib/
gokhlayeh@6993 16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/
gokhlayeh@6993 17 cp -a $_pkg/usr/include $fs/usr/
gokhlayeh@6993 18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
gokhlayeh@6993 19 }