]> git.pld-linux.org Git - packages/ocaml-SDL.git/blob - ocaml-SDL.spec
e8a8c68a1a41f6cd60779c019d286674f2a7cf39
[packages/ocaml-SDL.git] / ocaml-SDL.spec
1 Summary:        SDL binding for OCaml
2 Summary(pl):    Wi±zania SDL dla OCamla
3 Name:           ocaml-SDL
4 Version:        0.7.1
5 Release:        1
6 License:        GPL
7 Group:          Libraries
8 Source0:        http://dl.sourceforge.net/ocamlsdl/ocamlsdl-%{version}.tar.gz
9 # Source0-md5:  3829b20bd975e3bef5195a54e2cd04cb
10 URL:            http://ocamlsdl.sourceforge.net/
11 BuildRequires:  SDL-devel
12 BuildRequires:  SDL_mixer-devel
13 BuildRequires:  SDL_ttf-devel
14 BuildRequires:  SDL_image-devel
15 BuildRequires:  ocaml >= 3.07
16 BuildRequires:  ocaml-lablgl-devel
17 %requires_eq    ocaml-runtime
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Simply speaking, OCamlSDL is an attempt to write a software interface
22 between the ML programming language and the SDL C library.
23
24 This package contains files needed to run bytecode executables using
25 this library.
26
27 %package devel
28 Summary:        SDL binding for OCaml - development part
29 Summary(pl):    Wi±zania SDL dla OCamla - cze¶æ programistyczna
30 Group:          Development/Libraries
31 Requires:       %{name} = %{version}-%{release}
32 %requires_eq    ocaml
33
34 %description devel
35 Simply speaking, OCamlSDL is an attempt to write a software interface
36 between the ML programming language and the SDL C library.
37
38 This package contains files needed to develop OCaml programs using
39 this library.
40
41 %prep
42 %setup -q -n ocamlsdl-%{version}
43
44 %build
45 %configure
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50 install -d $RPM_BUILD_ROOT
51
52 %{__make} install DESTDIR=$RPM_BUILD_ROOT
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %attr(755,root,root) %{_libdir}/ocaml/stublibs/*.so
60
61 %files devel
62 %defattr(644,root,root,755)
63 %doc README AUTHORS NEWS doc/html doc/ocaml*
64 %dir %{_libdir}/ocaml/sdl
65 %{_libdir}/ocaml/sdl/*
66 %attr(755, root, root) %{_libdir}/ocaml/stublibs/*
This page took 0.041666 seconds and 2 git commands to generate.