wok-4.x view libltdl/receipt @ rev 9433
lighttpd: update place holder to last style and clean-up
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Mar 31 17:48:34 2011 +0200 (2011-03-31) |
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 }