Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37478500
en ru br
ALT Linux repos
S:20140112-alt6

Group :: Development/Tools
RPM: bmkdep

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: bmkdep
Version: 20140112
Release: alt6

Summary: NetBSD version of mkdep(1)

License: 2-clause BSD
Group: Development/Tools
URL: http://code.google.com/p/bmkdep/

Packager: Aleksey Cheusov <cheusov at altlinux.org>

# Source-url: http://bmkdep.googlecode.com/files/bmkdep-%version.tar.gz

Source: %name-%version.tar

BuildRequires: bmake pkgsrc-mk-files

%description
This is NetBSD version of mkdep(1).
Because it is a C program and does all postprocessing and file
handling without calling any external programs, it is up to 10-percent
faster than the original BSD mkdep shell script. Also it contains
options not available in the original BSD mkdep.

%prep
%setup

%ifarch mipsel
%define machine_arch mipsel
%endif

%define env \
 unset MAKEFLAGS; \
 export BINOWN=`id -u` BINGRP=`id -g` \\\
   MANOWN=${BINOWN} MANGRP=${BINGRP} \\\
   MKHTML=no MKCATPAGES=no \\\
   PREFIX=%prefix \\\
   MANDIR=%_mandir \\\
   %{?machine_arch:MACHINE_ARCH=%machine_arch} \\\
   CFLAGS='%optflags'

%build
%env
bmake bmkdep

%install
%env
install -pDm644 bmkdep.1 %buildroot%_man1dir/bmkdep.1
install -pDm755 bmkdep %buildroot%_bindir/bmkdep

%files
%_man1dir/bmkdep.1*
%_bindir/bmkdep

%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