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

Группа :: Графические оболочки/GNUstep
Пакет: gnustep-gsgd

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

%set_verify_elf_method unresolved=strict

Name: gnustep-gsgd
Version: r31302
Release: alt4.git20100910.1
Summary: Objc interface to libgd library
License: LGPLv3
Group: Graphical desktop/GNUstep
Url: http://www.gnustep.org/
Packager: Eugeny A. Rostovtsev (REAL) <real at altlinux.org>

# https://github.com/gnustep/gnustep-gsgd.git

Source: %name-%version.tar

BuildPreReq: clang-devel gnustep-make-devel libgnustep-objc2-devel /proc
BuildPreReq: gnustep-base-devel libgd3-devel

%description
gsgd is an Objc interface to libgd library. libgd is a library to create
PNG and Jpeg images.

%package -n lib%name
Summary: Shared libraries of Objc interface to libgd library
Group: System/Libraries

%description -n lib%name
gsgd is an Objc interface to libgd library. libgd is a library to create
PNG and Jpeg images.

This package contains shared libraries of gsgd.

%package -n lib%name-devel
Summary: Shared libraries of Objc interface to libgd library
Group: Development/Objective-C
Provides: %name-devel = %version-%release
Requires: lib%name = %version-%release

%description -n lib%name-devel
gsgd is an Objc interface to libgd library. libgd is a library to create
PNG and Jpeg images.

This package contains development files of gsgd.

%prep
%setup

%build
. %_datadir/GNUstep/Makefiles/GNUstep.sh

%autoreconf
%configure \
--libexecdir=%_libdir \
--with-installation-domain=SYSTEM

%make_build \
messages=yes \
debug=yes \
strip=no \
shared=yes \
CONFIG_SYSTEM_LIBS='-lgnustep-base -lobjc2'

%install
. %_datadir/GNUstep/Makefiles/GNUstep.sh

%makeinstall_std GNUSTEP_INSTALLATION_DOMAIN=SYSTEM

%files -n lib%name
%doc ChangeLog README
%_libdir/*.so.*

%files -n lib%name-devel
%_includedir/*
%_libdir/*.so

%changelog

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

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