wok view libee-dev/receipt @ rev 20769

updated ccid (1.4.8 -> 1.4.30)
author Hans-G?nter Theisgen
date Wed Feb 13 16:46:55 2019 +0100 (2019-02-13)
parents 6c3718ca17b6
children e66efc062996
line source
1 # SliTaz package receipt.
3 PACKAGE="libee-dev"
4 VERSION="0.3.2"
5 CATEGORY="development"
6 SHORT_DESC="libee dev files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://www.libee.org/download/"
10 WANTED="libee"
12 DEPENDS="libee 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/*.*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 }