wok view libltdl/receipt @ rev 15390

Up slitaz-boot-scripts (5.3.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 30 18:29:11 2013 +0100 (2013-10-30)
parents 5ba2407749fb
children ab15b09c1a91
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 LICENSE="GPL2"
9 WEB_SITE="http://www.gnu.org/software/libtool/"
10 WANTED="libtool"
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/lib/*.so* $fs/usr/lib
17 }