Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37856340
en ru br
ALT Linux repos
S:1.9-alt4.1
5.0: 1.9-alt2
4.1: 1.9-alt1.M41.1

Group :: System/Libraries
RPM: libmatchbox

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: libmatchbox
Version: 1.9
Release: alt1.M41.1
Summary: Libraries for the Matchbox Desktop
License: LGPLv2+
Group: System/Libraries
Url: http://projects.o-hand.com/matchbox/
Packager: Sugar Development Team <sugar at packages.altlinux.org>

%def_disable static

Source: http://matchbox-project.org/sources/%name/%version/%name-%version.tar.bz2

BuildPreReq: pkg-config
BuildPreReq: libXext-devel
BuildPreReq: libpango-devel
BuildPreReq: libpng-devel
BuildPreReq: libjpeg-devel

%description
Matchbox is a base environment for the X Window System running on non-desktop
embedded platforms such as handhelds, set-top boxes, kiosks and anything else
for which screen space, input mechanisms or system resources are limited.

%package devel
Summary: Header files for %name
Group: Development/C
Requires: %name = %version-%release

%description devel
Matchbox is a base environment for the X Window System running on non-desktop
embedded platforms such as handhelds, set-top boxes, kiosks and anything else
for which screen space, input mechanisms or system resources are limited.

%if_enabled static
%package devel-static
Summary: Static libraries for %name
Group: Development/C
Requires: %name-devel = %version-%release

%description devel-static
Matchbox is a base environment for the X Window System running on non-desktop
embedded platforms such as handhelds, set-top boxes, kiosks and anything else
for which screen space, input mechanisms or system resources are limited.
%endif

%prep
%setup -v

%build
%configure \
--enable-pango \
--enable-jpeg \
--enable-png \
%{subst_enable static}
%make_build

%install
%make_install DESTDIR=%buildroot install

%files
%_libdir/*.so*

%files devel
%_includedir/*
%_pkgconfigdir/*.pc

%if_enabled static
%files devel-static
%_libdir/*.a
%endif

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin