wok view libsdl-dev/receipt @ rev 16007

Add go mode for emacs (1.2.1)
author Dominique Corbex <domcox@slitaz.org>
date Tue Mar 04 13:27:14 2014 +0100 (2014-03-04)
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 }