wok view libltdl/receipt @ rev 13741

mutt: fix build
author Paul Issott <paul@slitaz.org>
date Wed Dec 26 20:36:58 2012 +0000 (2012-12-26)
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 }