Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37535511
en ru br
Репозитории ALT

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

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

Name: libsoil
Version: 1.07
Release: alt1
Summary: Simple OpenGL Image Library
License: MIT
Group: System/Libraries
URL: http://www.lonesock.net/soil.html

# git://git.debian.org/git/pkg-games/libsoil.git/

Source: %name-%version.tar
Patch: linking_correctly.patch

# Automatically added by buildreq on Tue Oct 30 2012

# optimized out: libX11-devel xorg-xproto-devel
BuildRequires: libGL-devel

%description
SOIL is a tiny C library used primarily for uploading textures into
OpenGL. It supports loading BMP, PNG, JPG, TGA, DDS, PSD and HDR files
as well as saving into TGA, BMP and DDS Files. It is also able to
perform common functions needed in loading OpenGL textures. This package
contains everything needed to develope software using libsoil.

%package devel
Summary: Development environment for %name
Group: Development/C
%description devel
Development environment for %name

%prep
%setup
%patch -p1

%build
cd src && %make_build -f ../projects/makefile/alternate\ Makefile.txt

%install
cd src && %makeinstall -f ../projects/makefile/alternate\ Makefile.txt DESTDIR=%buildroot INSTALL_FILE="install -D" INSTALL_DIR="install -d" LIBDIR="%_libdir"

%files
%_libdir/*.so.*
%exclude %_libdir/*.a

%files devel
%_libdir/*.so
%_includedir/SOIL

%changelog

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

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