wok view libsdl2-dev/receipt @ rev 19061

Add: Transcends Games. A font with retro-futuristic style.
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Apr 20 23:17:41 2016 -0300 (2016-04-20)
parents f1f2a927aad5
children fc9203de5ff2
line source
1 # SliTaz package receipt.
3 PACKAGE="libsdl2-dev"
4 VERSION="2.0.3"
5 CATEGORY="development"
6 SHORT_DESC="a cross-platform interactive media development library - dev files"
7 MAINTAINER="tcg.thegamer@gmail.com"
8 LICENSE="zlib/libpng"
9 TARBALL="SDL2-$VERSION.tar.gz"
10 WEB_SITE="http://libsdl.org"
11 WGET_URL="${WEB_SITE}/release/${TARBALL}"
13 WANTED="libsdl2"
15 DEPENDS="libsdl2"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/lib
21 cp -a $install/usr/share $fs/usr
22 cp -a $install/usr/include $fs/usr
23 cp -a $install/usr/lib/*a $fs/usr/lib
24 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
25 }