wok view talloc-dev/receipt @ rev 7026

Up: xorg-libXft to 2.2.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Oct 31 14:17:34 2010 +0000 (2010-10-31)
parents
children f3454f99c1fb
line source
1 # SliTaz package receipt.
3 PACKAGE="talloc-dev"
4 VERSION="2.0.1"
5 CATEGORY="development"
6 SHORT_DESC="Hierarchical pool based memory allocator with destructors (devel files)."
7 MAINTAINER="gokhlayeh@slitaz.org"
8 WEB_SITE="http://talloc.samba.org/"
9 WANTED="talloc"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib/
15 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/
16 cp -a $_pkg/usr/include $fs/usr/
17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
18 }