wok view uhd-dev/receipt @ rev 21917

linux-zram: split swap according to cores count
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 05 11:36:18 2019 +0200 (2019-10-05)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="uhd-dev"
4 VERSION="release_003_009_003"
5 CATEGORY="development"
6 SHORT_DESC="The USRP(tm) Hardware Driver, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/EttusResearch/uhd"
11 WANTED="uhd"
12 DEPENDS="uhd pkg-config cmake"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/cmake $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 }