wok-6.x view libbind/receipt @ rev 9408

Removed all .la files in libsdl* packages.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Mar 28 21:16:38 2011 +0000 (2011-03-28)
parents b3af379db6d2
children 0c5896e5e91d
line source
1 # SliTaz package receipt.
3 PACKAGE="libbind"
4 VERSION="9.8.0"
5 CATEGORY="development"
6 SHORT_DESC="Domain Name System shared libraries."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.isc.org/products/BIND/"
9 DEPENDS="libcrypto libcap libxml2 zlib attr"
10 WANTED="bind"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
17 }