Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37623380
en ru br
Репозитории ALT
S:1.2.8-alt3.git9a629d6
5.1: 1.2.7-alt2
4.1: 1.2.7-alt1
4.0: 1.2.7-alt1
3.0: 1.2.5-alt2
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: SDL_net

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Summary: Simple DirectMedia Layer - network
Name: SDL_net
Version: 1.2.7
Release: alt1
License: LGPL
Group: System/Libraries
Packager: Pavlov Konstantin <thresh at altlinux.ru>
Url: http://www.libsdl.org/projects/SDL_net/
Source0: %name-%version.tar.gz
%define lib_name lib%name

BuildRequires: gcc-c++ glibc-devel-static libSDL-devel

%description
This is an example portable network library for use with SDL. Note that this
isn't necessarily how you would want to write a chat program, but it
demonstrates how to use the basic features of the network and GUI libraries.

%package -n %lib_name
Summary: Main library for %name
Group: System/Libraries
Provides: %lib_name = %version-%release
Obsoletes: %lib_name

%description -n %lib_name
This package contains the library needed to run programs dynamically
linked with %name.

%package -n %lib_name-devel
Summary: Headers for developing programs that will use %name
Group: Development/C
Requires: %lib_name = %version
Provides: %lib_name-devel = %version-%release
Obsoletes: %lib_name-devel

%description -n %lib_name-devel
This package contains the headers that programmers will need to develop
applications which will use %name.

%package -n %lib_name-devel-static
Summary: Static libraries for developing programs that will use %name
Group: Development/C
Requires: %lib_name-devel = %version
Obsoletes: %lib_name-devel-static

%description -n %lib_name-devel-static
This package contains the static libraries that programmers will need to develop
applications which will use %name.

%prep
%setup -q

%build
touch NEWS AUTHORS ChangeLog
%__autoreconf
%configure
%make_build

%install
%makeinstall

%post -n %lib_name -p %post_ldconfig

%postun -n %lib_name -p %postun_ldconfig

%files -n %lib_name
%doc README
%_libdir/*.so.*

%files -n %lib_name-devel
%doc README
%_includedir/SDL/*
%_libdir/*.so

%files -n %lib_name-devel-static
%_libdir/*.a

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin