Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37566074
en ru br
ALT Linux repos
S:0.0-alt1

Group :: System/Base
RPM: dlcall

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name:       dlcall
Version:    0.0
Release:    alt1
License:    GPLv3+
Summary:    Lets you call C library functions from the command line
Group:      System/Base
Source:     %name-%version.tar

%description
The first argument is either a function name or the dynamic
library to load the function from. All subsequent arguments
describe the arguments and function prototype.
Arguments that parse as ints are assumed to be ints, as doubles assumed
to be doubles, and otherwise treated as strings.

%prep
%setup

%build
make

%install
install -D %name %buildroot/%_bindir/%name
install -D %name.1 %buildroot/%_man1dir/%name.1

%files
%doc README
%_bindir/*
%_man1dir/*

%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