wok-stable view libltdl/receipt @ rev 12459

lives: fix symlink (thanks I-Jurij)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 28 08:19:20 2017 +0200 (2017-04-28)
parents bfb04d3fd311
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libltdl"
4 VERSION="2.4"
5 CATEGORY="system-tools"
6 SHORT_DESC="The GNU Portable Library Tool."
7 MAINTAINER="pankso@slitaz.org"
8 BUILD_DEPENDS="libtool"
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
17 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
18 }