wok annotate talloc-dev/receipt @ rev 7143

mplayerplug-in: fix FIREFOX_VER
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 06 11:45:41 2010 +0100 (2010-11-06)
parents
children f3454f99c1fb
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/"
gokhlayeh@6993 9 WANTED="talloc"
gokhlayeh@6993 10
gokhlayeh@6993 11 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@6993 12 genpkg_rules()
gokhlayeh@6993 13 {
gokhlayeh@6993 14 mkdir -p $fs/usr/lib/
gokhlayeh@6993 15 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/
gokhlayeh@6993 16 cp -a $_pkg/usr/include $fs/usr/
gokhlayeh@6993 17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
gokhlayeh@6993 18 }