wok view libsdl-dev/receipt @ rev 8787

Fix compile_rules() in gtk-engines-rezlooks
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Feb 22 22:56:38 2011 +0100 (2011-02-22)
parents a21bd68fed98
children 8c08820e8dfb
line source
1 # SliTaz package receipt.
3 PACKAGE="libsdl-dev"
4 VERSION="1.2.14"
5 CATEGORY="development"
6 SHORT_DESC="Simple DirectMedia Layer devel files."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="xorg-dev libsdl"
9 SOURCE="SDL"
10 WANTED="libsdl"
11 WEB_SITE="http://www.libsdl.org/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib $fs/usr/share
17 cp -a $_pkg/usr/bin $fs/usr
18 cp -a $_pkg/usr/include $fs/usr
19 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
20 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $_pkg/usr/share/aclocal $fs/usr/share
22 }