wok view libsdl-dev/receipt @ rev 15681

Remove WEBSITE var because is empty
author Stanislas Leduc <shann@slitaz.org>
date Fri Dec 20 20:40:30 2013 +0100 (2013-12-20)
parents 6eff489aa802
children 53082fab5f1e
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 LICENSE="LGPL2.1"
9 SOURCE="SDL"
10 WANTED="libsdl"
11 WEB_SITE="http://www.libsdl.org/"
13 DEPENDS="xorg-libXext-dev xorg-libX11-dev xorg-libXrender-dev libsdl pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib $fs/usr/share
19 cp -a $install/usr/bin $fs/usr
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/lib/*.a $fs/usr/lib
22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
23 cp -a $install/usr/share/aclocal $fs/usr/share
24 }