wok view libsearpc-dev/receipt @ rev 21806

Up vlc (3.0.6) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 15 19:53:59 2019 +0200 (2019-08-15)
parents fc9203de5ff2
children 919a0f033502
line source
1 # SliTaz package receipt.
3 PACKAGE="libsearpc-dev"
4 VERSION="3.1.0"
5 CATEGORY="development"
6 SHORT_DESC="Development files for libsearpc."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/haiwen/libsearpc/"
11 WANTED="libsearpc"
12 DEPENDS="libsearpc pkg-config"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p ${fs}/usr/lib
21 cp -a ${install}/usr/include ${fs}/usr
22 cp -a ${install}/usr/lib/*.*a ${fs}/usr/lib
23 cp -a ${install}/usr/lib/pkgconfig ${fs}/usr/lib
24 }