wok view libaal-dev/receipt @ rev 20334

Do not use efi shell (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 02 16:13:06 2018 +0200 (2018-06-02)
parents 381befc4ebd3
children 86790a278e70
line source
1 # SliTaz package receipt.
3 PACKAGE="libaal-dev"
4 VERSION="1.0.5"
5 CATEGORY="development"
6 SHORT_DESC="Application abstraction library development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="http://www.kernel.org/"
10 WANTED="libaal"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/*a $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/share $fs/usr
19 }