wok view libtirpc-dev/receipt @ rev 20355

syslinux: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 09 17:09:08 2018 +0200 (2018-06-09)
parents ac2ee8823dfa
children 8dd8bab3f0ca
line source
1 # SliTaz package receipt.
3 PACKAGE="libtirpc-dev"
4 VERSION="0.2.1"
5 CATEGORY="development"
6 SHORT_DESC="Transport-Independent RPC library, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://libtirpc.sourceforge.net/"
10 WANTED="libtirpc"
11 HOST_ARCH="i486 arm"
13 DEPENDS="libtirpc pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
22 }