wok view check-dev/receipt @ rev 15695

Fix missing mkdir command
author Stanislas Leduc <shann@slitaz.org>
date Sat Dec 21 11:13:51 2013 +0100 (2013-12-21)
parents 223b265f40fd
children 159df010240c
line source
1 # SliTaz package receipt.
3 PACKAGE="check-dev"
4 VERSION="0.9.8"
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"
12 DEPENDS="check pkg-config"
13 BUILD_DEPENDS=""
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib $fs/usr/share
20 cp -a $install/usr/lib/*.*a $fs/usr/lib
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 cp -a $install/usr/include $fs/usr
23 cp -a $install/usr/share/aclocal $fs/usr/share
24 }