wok view libltdl/receipt @ rev 13294

sslh: fix bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 27 17:15:42 2012 +0200 (2012-08-27)
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 }