wok annotate 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
rev   line source
erjo@8694 1 # SliTaz package receipt.
erjo@8694 2
erjo@8694 3 PACKAGE="libltdl"
slaxemulator@12596 4 VERSION="2.4.2"
erjo@8694 5 CATEGORY="system-tools"
erjo@8694 6 SHORT_DESC="The GNU Portable Library Tool."
erjo@8694 7 MAINTAINER="pankso@slitaz.org"
erjo@8694 8 WEB_SITE="http://www.gnu.org/software/libtool/"
erjo@8694 9 WANTED="libtool"
erjo@8694 10
erjo@8694 11 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@8694 12 genpkg_rules()
erjo@8694 13 {
erjo@8694 14 mkdir -p $fs/usr/lib
pankso@12546 15 cp -a $install/usr/lib/*.so* $fs/usr/lib
erjo@8694 16 }