wok view strigi-dev/receipt @ rev 20896

updated ethtool (4.2 -> 4.19)
author Hans-G?nter Theisgen
date Tue Feb 26 14:11:25 2019 +0100 (2019-02-26)
parents 47e1df965953
children 25e6df381f36
line source
1 # SliTaz package receipt.
3 PACKAGE="strigi-dev"
4 VERSION="0.7.2"
5 CATEGORY="development"
6 SHORT_DESC="Strigi devel file."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2"
9 WANTED="strigi"
10 WEB_SITE="https://www.vandenoever.info/software/strigi/"
12 DEPENDS="pkg-config"
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/pkgconfig $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 }