wok view libsdl2-ttf-dev/receipt @ rev 20255

firefox, thunderbird: try to force i686
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 21:40:37 2018 +0100 (2018-03-13)
parents
children 21b978d46460
line source
1 # SliTaz package receipt.
3 PACKAGE="libsdl2-ttf-dev"
4 VERSION="2.0.12"
5 CATEGORY="development"
6 SHORT_DESC="SDL2 ttf lib devel files."
7 MAINTAINER="tcg.thegamer@gmail.com"
8 LICENSE="LGPL2.1"
9 WANTED="libsdl2-ttf"
10 SOURCE="SDL2_ttf"
11 WEB_SITE="http://www.libsdl.org/projects/SDL_ttf/"
12 HOST_ARCH="i486 arm"
14 DEPENDS="libsdl2-ttf"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 cp -a $install/usr/lib/*.a $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
22 }