wok view libltdl/receipt @ rev 20113

netsurf-sdl, qedit, mupdf : add desktop files
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Oct 12 11:08:12 2017 +0200 (2017-10-12)
parents 408c87fa22ca
children 094f58ac8183
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"
11 HOST_ARCH="i486 arm"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/lib/*.so* $fs/usr/lib
18 }