Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37045455
en ru br
ALT Linux repos
S:0.5.2-alt0.3
5.0: 0.5.2-alt0.2
4.1: 0.5.2-alt0.2
4.0: 0.5.2-alt0.2
3.0: 0.5.1-alt4

Group :: System/Kernel and hardware
RPM: genromfs

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: genromfs
Version: 0.5.2
Release: alt0.3

Summary: Utility for creating romfs filesystems
License: GPLv2+
Group: System/Kernel and hardware
Url: http://romfs.sourceforge.net

Source: http://prdownloads.sourceforge.net/romfs/genromfs-%version.tar

Provides: /bin/genromfs

%description
Genromfs is a tool for creating romfs filesystems, which are lightweight,
read-only filesystems supported by the Linux kernel.  Romfs filesystems
are mainly used for the initial RAM disks used during installation.

%prep
%setup

%build
%def_enable Werror
make CFLAGS="%optflags $(getconf LFS_CFLAGS) -DVERSION=\\\"%version\\\"" \
LDFLAGS="%optflags"

%install
install -pDm755 genromfs %buildroot/bin/genromfs
install -pDm644 genromfs.8 %buildroot%_man8dir/genromfs.8
mkdir -p %buildroot%_bindir
ln -r -s %buildroot/bin/genromfs %buildroot%_bindir/

%files
/bin/*
%_bindir/*
%_man8dir/*
%doc NEWS *.txt genrommkdev

%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