wok annotate talloc-dev/receipt @ rev 8424

Updated aterm depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 05 18:12:28 2011 +0000 (2011-02-05)
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 }