wok view libsctp/receipt @ rev 18410
open-vm-tools: more attempts to get linux64 build to work on cooker
author | Nathan Neulinger <nneul@neulinger.org> |
---|---|
date | Sat Sep 19 15:44:21 2015 +0000 (2015-09-19) |
parents | 92bd11f51490 |
children | 293dbf206948 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libsctp"
4 VERSION="1.0.11"
5 CATEGORY="network"
6 SHORT_DESC="Stream Control Transmission Protocol libraries."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2 LGPL2.1"
9 WEB_SITE="http://lksctp.sourceforge.net/"
10 WANTED="sctp-tools"
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/libsctp.so* $fs/usr/lib
17 }