wok view libltdl/receipt @ rev 13672
cc65: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 24 21:10:34 2012 +0100 (2012-11-24) |
parents | bf6520485b0b |
children | 408c87fa22ca |
line source
1 # SliTaz package receipt.
3 PACKAGE="libltdl"
4 VERSION="2.4.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="The GNU Portable Library Tool."
7 MAINTAINER="pankso@slitaz.org"
8 WEB_SITE="http://www.gnu.org/software/libtool/"
9 WANTED="libtool"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $install/usr/lib/*.so* $fs/usr/lib
16 }