mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
add: librda
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "librda.spec"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
Name: librda
|
||||
Version: 0.0.5
|
||||
Release: 1%?dist
|
||||
Summary: Remote Desktop Awareness Shared Library
|
||||
Group: System Environment/Libraries
|
||||
License: LGPL2.1+ or GPL3+
|
||||
URL: https://github.com/ArcticaProject/librda
|
||||
Source0: %url/archive/refs/tags/%version.tar.gz
|
||||
Requires: glib2 glibc
|
||||
BuildRequires: gobject-introspection-devel intltool gtk3-devel
|
||||
BuildRequires: clang gcc make autoconf libtool gettext-devel
|
||||
|
||||
%description
|
||||
%summary.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
autoupdate
|
||||
autoreconf -vfi
|
||||
%configure --disable-static --enable-x2go --enable-ogon
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%_bindir/rdacheck
|
||||
%_includedir/rda/
|
||||
%_libdir/girepository-1.0/rda-*.typelib
|
||||
%_libdir/librda.so*
|
||||
%_libdir/pkgconfig/rda.pc
|
||||
%_datadir/gir-1.0/rda-*.gir
|
||||
%_datadir/locale/*/LC_MESSAGES/librda.mo
|
||||
%_mandir/man1/rdacheck.1.gz
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(gh("ArcticaProject/librda"));
|
||||
Reference in New Issue
Block a user