wok view libsdl-gfx-dev/receipt @ rev 22441

vlc: lots of warnings/missing -> add 29 deps at end, unsorted for now
author Erkan Yilmaz <erkan@slitaz.org>
date Mon Dec 23 15:00:20 2019 +0000 (2019-12-23)
parents 6eff489aa802
children f7cc93574053
line source
1 # SliTaz package receipt.
3 PACKAGE="libsdl-gfx-dev"
4 VERSION="2.0.23"
5 CATEGORY="development"
6 SHORT_DESC="SDL gfx lib devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL"
9 WANTED="libsdl-gfx"
10 SOURCE="SDL_gfx"
11 WEB_SITE="http://www.ferzkopp.net/joomla/content/view/19/14/"
13 DEPENDS="libsdl-gfx"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/*.a $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 }