wok view check-dev/receipt @ rev 21454

updated mlt-python-bindings (0.7.2 -> 6.14.0)
author Hans-G?nter Theisgen
date Mon Apr 29 17:40:07 2019 +0100 (2019-04-29)
parents c4b5b400b8e7
children 5fa396eb0eeb
line source
1 # SliTaz package receipt.
3 PACKAGE="check-dev"
4 VERSION="0.12.0"
5 CATEGORY="development"
6 SHORT_DESC="Check development files"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://libcheck.github.io/check/"
11 WANTED="check"
12 DEPENDS="check pkg-config"
13 BUILD_DEPENDS=""
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 $fs/usr/share
21 cp -a $install/usr/lib/*.*a $fs/usr/lib
22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
23 cp -a $install/usr/include $fs/usr
24 cp -a $install/usr/share/aclocal $fs/usr/share
25 }