Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37728939
en ru br
Репозитории ALT
S:1.3-alt1
5.1: 20081103-alt1
4.1: 20080331-alt1
www.altlinux.org/Changes

Группа :: Разработка/C
Пакет: lib2geom

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

Name: lib2geom
Version: 20080331
Release: alt1

Summary: A robust computational geometry framework for Inkscape

License: LGPL
Group: Development/C
Url: http://lib2geom.sourceforge.net/

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: http://inkscape.modevia.com/2geom/src/%name%version.tar.bz2

# Automatically added by buildreq on Mon Mar 31 2008

BuildRequires: boost-devel ccmake gcc-c++ libgsl-devel libgtk+2-devel

%description
lib2geom (2Geom in private life) was initially a library developed for
Inkscape but will provide a robust computational geometry framework for
any application. It is not a rendering library, instead concentrating
on high level algorithms such as computing arc length.

%package devel
Summary: Development files for %name
Group: Development/C

%description devel
This package contains development files required
in development of the %name-based applications.


%prep
%setup -q -n %name
# fix target lib dir
%__subst "s| lib| %_lib|g" src/CMakeLists.txt

%build
cmake \
-D 2GEOM_BUILD_SHARED=ON \
-D CMAKE_INSTALL_PREFIX=%_prefix \
-D MAKE_SKIP_RPATH:BOOL=OFF \
.
%make_build

%install
%makeinstall_std

%files
%doc HACKING.txt TODO
%_libdir/lib2geom.so

%files devel
%_includedir/2geom/
%_pkgconfigdir/*
#%_libdir/*.so

%changelog

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

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