wok view check-dev/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 159df010240c
children c4b5b400b8e7
line source
1 # SliTaz package receipt.
3 PACKAGE="check-dev"
4 VERSION="0.9.14"
5 CATEGORY="development"
6 SHORT_DESC="Check development files"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://check.sourceforge.net/"
10 WANTED="check"
11 HOST_ARCH="i486 arm"
13 DEPENDS="check pkg-config"
14 BUILD_DEPENDS=""
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 }