wok-next view talloc-dev/receipt @ rev 14253
readline: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 25 16:15:46 2013 +0100 (2013-03-25) |
parents | 536d4d2ca909 |
children | 3af9c976b7d4 |
line source
1 # SliTaz package receipt.
3 PACKAGE="talloc-dev"
4 VERSION="2.0.7"
5 CATEGORY="development"
6 SHORT_DESC="Hierarchical pool based memory allocator with destructors (devel files)."
7 MAINTAINER="slaxemulator@gmail.com"
8 WEB_SITE="http://talloc.samba.org/"
9 DEPENDS="talloc"
10 WANTED="talloc"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/
16 cp -a $install/usr/include $fs/usr/
17 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
18 }