wok-next view libaal-dev/receipt @ rev 16237
ARM: add libsdl-net, libsdl-image, libsdl-mixer, libsdl-ttf
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 02 10:38:57 2014 +0200 (2014-04-02) |
parents | 381befc4ebd3 |
children |
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 }