forked from mirrors/nixpkgs
* Cleaned up a lot of description fields that contained newlines.
Some of these should be longDescriptions, but most others just shouldn't contain newlines. E.g. write description = "Bla"; and not description = '' Bla ''; This pollutes "nix-env -qa --description" output. svn path=/nixpkgs/trunk/; revision=14310
This commit is contained in:
parent
9efba4b3b0
commit
fcad0b0a5a
|
@ -16,8 +16,10 @@ stdenv.mkDerivation {
|
|||
++ (if gtkGUI then [pkgconfig gtk] else []);
|
||||
|
||||
meta = {
|
||||
description = ''Aumix adjusts an audio mixer from X, the console,
|
||||
a terminal, the command line or a script.'';
|
||||
longDescription = ''
|
||||
Aumix adjusts an audio mixer from X, the console, a terminal,
|
||||
the command line or a script.
|
||||
'';
|
||||
homepage = http://www.jpj.net/~trevor/aumix.html;
|
||||
license = "GPL";
|
||||
};
|
||||
|
|
|
@ -21,9 +21,7 @@ stdenv.mkDerivation {
|
|||
(textClosure localDefs [doConfigure doMakeInstall
|
||||
postInstall doForceShare]);
|
||||
meta = {
|
||||
description = "
|
||||
LADSPA format audio plugins.
|
||||
";
|
||||
description = "LADSPA format audio plugins";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -22,9 +22,7 @@ stdenv.mkDerivation {
|
|||
builder = writeScript "ladspa.h-builder"
|
||||
(textClosure localDefs [copyFile]);
|
||||
meta = {
|
||||
description = "
|
||||
LADSPA format audio plugins.
|
||||
";
|
||||
description = "LADSPA format audio plugins";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -15,9 +15,10 @@ stdenv.mkDerivation {
|
|||
patches = [ ./ogg123-curlopt-mute.patch ];
|
||||
|
||||
meta = {
|
||||
description = ''A set of command-line tools to manipulate Ogg Vorbis
|
||||
audio files, notably the `ogg123' player and the
|
||||
`oggenc' encoder.'';
|
||||
longDescription = ''
|
||||
A set of command-line tools to manipulate Ogg Vorbis audio
|
||||
files, notably the `ogg123' player and the `oggenc' encoder.
|
||||
'';
|
||||
homepage = http://xiph.org/vorbis/;
|
||||
license = "GPLv2";
|
||||
};
|
||||
|
|
|
@ -14,8 +14,7 @@ stdenv.mkDerivation {
|
|||
builder = ./builder.sh;
|
||||
|
||||
meta = {
|
||||
description = ''The Insidious Big Brother Database (BBDB), a
|
||||
contact management utility for Emacs.'';
|
||||
description = "The Insidious Big Brother Database (BBDB), a contact management utility for Emacs";
|
||||
homepage = http://bbdb.sourceforge.net/;
|
||||
license = "GPL";
|
||||
};
|
||||
|
|
|
@ -14,8 +14,7 @@ stdenv.mkDerivation {
|
|||
builder = ./builder.sh;
|
||||
|
||||
meta = {
|
||||
description = ''Quack: Enhanced Emacs Support for Editing and
|
||||
Running Scheme Code'';
|
||||
description = "Enhanced Emacs support for editing and running Scheme code";
|
||||
homepage = http://www.neilvandyke.org/quack/;
|
||||
license = "GPLv2+";
|
||||
};
|
||||
|
|
|
@ -15,9 +15,7 @@ stdenv.mkDerivation rec {
|
|||
builder = writeScript (name + "-builder")
|
||||
(textClosure localDefs [doConfigure doMakeInstall doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
GPL Optical Character Recognition
|
||||
";
|
||||
description = "GPL Optical Character Recognition";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -41,8 +41,9 @@ stdenv.mkDerivation rec {
|
|||
meta = {
|
||||
license = "GPL";
|
||||
homepage = http://www.inkscape.org;
|
||||
description = ''Inkscape is a feature-rich vector graphics editor
|
||||
that edits files in the W3C SVG (Scalable Vector
|
||||
Graphics) file format.'';
|
||||
longDescription = ''
|
||||
Inkscape is a feature-rich vector graphics editor that edits
|
||||
files in the W3C SVG (Scalable Vector Graphics) file format.
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
@ -29,13 +29,11 @@ let
|
|||
") [minInit doUnpack];
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "xscreensaver-"+version;
|
||||
name = "xscreensaver-5.07";
|
||||
builder = writeScript (name + "-builder")
|
||||
(textClosure localDefs [preConfigure doConfigure doMakeInstall doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
The X screensaver daemon. Run xscreensaver-demo to configure.
|
||||
";
|
||||
description = "A set of screensavers";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
args: with args;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "djvulibre-3.5.19";
|
||||
|
||||
|
@ -7,15 +8,10 @@ stdenv.mkDerivation {
|
|||
sha256 = "0y6d9ka42llm7h64fc73s4wqcbxg31kallyfaarhkqsxyiaa3zsp";
|
||||
};
|
||||
|
||||
buildInputs = [qt libX11 libjpeg libtiff libpng ghostscript zlib libungif
|
||||
x11 mesa];
|
||||
buildInputs = [qt libX11 libjpeg libtiff libpng ghostscript zlib libungif x11 mesa];
|
||||
|
||||
meta = {
|
||||
description = "
|
||||
DjVu libre - a library and a viewer for djvu format - compression for
|
||||
scanned images.
|
||||
";
|
||||
description = "A library and viewer for the DJVU file format for scanned images";
|
||||
homepage = http://djvu.sourceforge.net;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -1,43 +1,46 @@
|
|||
{stdenv, fetchurl, pidgin, imagemagick, ghostscript,
|
||||
pkgconfig, glib, gtk, texLive}:
|
||||
{ stdenv, fetchurl, pidgin, imagemagick, ghostscript
|
||||
, pkgconfig, glib, gtk, texLive
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "pidgin-latex";
|
||||
|
||||
src =
|
||||
fetchurl {
|
||||
url = http://tapas.affenbande.org/pidgin-latex/pidgin-latex-0.9.tgz;
|
||||
sha256 = "1yqd3qgxd3n8hm60qg7yv7j1crr6f3d4yrdpgwdpw2pyf92p8nxp";
|
||||
};
|
||||
src = fetchurl {
|
||||
url = http://tapas.affenbande.org/pidgin-latex/pidgin-latex-0.9.tgz;
|
||||
sha256 = "1yqd3qgxd3n8hm60qg7yv7j1crr6f3d4yrdpgwdpw2pyf92p8nxp";
|
||||
};
|
||||
|
||||
preBuild = "
|
||||
sed -e '/^PREFIX/d' -i Makefile ;
|
||||
sed -e 's@/usr/bin/latex@${texLive}/bin/pdflatex@g' -i pidgin-latex.h
|
||||
sed -e 's@/usr/bin/convert@${imagemagick}/bin/convert@g' -i pidgin-latex.h
|
||||
sed -e 's@.*convert_path.*@const gchar *convert = CONVERT_PATH;@'
|
||||
sed -e 's@.*latex_path.*@const gchar *convert = LATEX_PATH;@'
|
||||
sed -e 's/%s.dvi/%s.pdf/' -i pidgin-latex.c
|
||||
sed -e 's/latex_system\(.*\)FALSE/latex_system\1TRUE/' -i pidgin-latex.c
|
||||
";
|
||||
preBuild = ''
|
||||
sed -e '/^PREFIX/d' -i Makefile ;
|
||||
sed -e 's@/usr/bin/latex@${texLive}/bin/pdflatex@g' -i pidgin-latex.h
|
||||
sed -e 's@/usr/bin/convert@${imagemagick}/bin/convert@g' -i pidgin-latex.h
|
||||
sed -e 's@.*convert_path.*@const gchar *convert = CONVERT_PATH;@'
|
||||
sed -e 's@.*latex_path.*@const gchar *convert = LATEX_PATH;@'
|
||||
sed -e 's/%s.dvi/%s.pdf/' -i pidgin-latex.c
|
||||
sed -e 's/latex_system\(.*\)FALSE/latex_system\1TRUE/' -i pidgin-latex.c
|
||||
'';
|
||||
|
||||
makeFlags="PREFIX=\$(out)";
|
||||
makeFlags = "PREFIX=\$(out)";
|
||||
|
||||
preInstall="mkdir -p \${out}/lib/pidgin \${out}/bin";
|
||||
preInstall = "mkdir -p $out/lib/pidgin $out/bin";
|
||||
|
||||
postInstall = "mkdir -p \${out}/share/pidgin-latex;
|
||||
ln -s \${out}/lib/pidgin/pidgin-latex.so \${out}/share/pidgin-latex/";
|
||||
postInstall = ''
|
||||
mkdir -p $out/share/pidgin-latex
|
||||
ln -s $out/lib/pidgin/pidgin-latex.so $out/share/pidgin-latex/
|
||||
'';
|
||||
|
||||
buildInputs = [pidgin imagemagick ghostscript pkgconfig glib gtk texLive];
|
||||
|
||||
meta = {
|
||||
description = "
|
||||
Pidgin-LaTeX is a pidgin plugin that cuts everything inside \$\$ .. \$\$
|
||||
and feeds to LaTeX. A bit of conversion (automated, of course) - and you
|
||||
see every formula that occurs in conversation in pretty graphical form.
|
||||
There are some glitches - when a formula fails to compile, you can see
|
||||
just previous formula..
|
||||
Enable it for user by linking to ~/.purple/plugins - from
|
||||
sw/share/pidgin-latex , not from store of course.
|
||||
";
|
||||
homepage = http://tapas.affenbande.org/wordpress/?page_id=70;
|
||||
longDescription = ''
|
||||
Pidgin-LaTeX is a pidgin plugin that cuts everything inside \$\$
|
||||
.. \$\$ and feeds to LaTeX. A bit of conversion (automated, of
|
||||
course) - and you see every formula that occurs in conversation
|
||||
in pretty graphical form. There are some glitches - when a
|
||||
formula fails to compile, you can see just previous formula..
|
||||
Enable it for user by linking to ~/.purple/plugins - from
|
||||
sw/share/pidgin-latex , not from store of course.
|
||||
'';
|
||||
homepage = http://tapas.affenbande.org/wordpress/?page_id=70;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -23,9 +23,7 @@ stdenv.mkDerivation rec {
|
|||
(textClosure localDefs
|
||||
[doScons doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
Linux DC++ - Direct Connect client
|
||||
";
|
||||
description = "Linux DC++ - Direct Connect client";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -21,8 +21,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
description = ''GNU Arch (aka. `tla'), a distributed revision
|
||||
control system.'';
|
||||
description = "GNU Arch (aka. `tla'), a distributed revision control system";
|
||||
homepage = http://www.gnu.org/software/gnu-arch/;
|
||||
license = "GPL";
|
||||
};
|
||||
|
|
|
@ -17,11 +17,12 @@ stdenv.mkDerivation rec {
|
|||
installPhase = "make install prefix=$out";
|
||||
|
||||
meta = {
|
||||
description = ''CVSps is a program for generating `patchset' information
|
||||
from a CVS repository. A patchset in this case is
|
||||
defined as a set of changes made to a collection of
|
||||
files, and all committed at the same time (using a single
|
||||
"cvs commit" command).'';
|
||||
longDescription = ''
|
||||
CVSps is a program for generating `patchset' information from a
|
||||
CVS repository. A patchset in this case is defined as a set of
|
||||
changes made to a collection of files, and all committed at the
|
||||
same time (using a single "cvs commit" command).
|
||||
'';
|
||||
homepage = http://www.cobite.com/cvsps/;
|
||||
license = "GPLv2";
|
||||
};
|
||||
|
|
|
@ -1,8 +1,16 @@
|
|||
{stdenv, fetchurl}: stdenv.mkDerivation {
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "MPlayer-codecs-essential-20071007";
|
||||
|
||||
builder = ./builder.sh;
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www2.mplayerhq.hu/MPlayer/releases/codecs/essential-20071007.tar.bz2;
|
||||
sha256 = "18vls12n12rjw0mzw4pkp9vpcfmd1c21rzha19d7zil4hn7fs2ic";
|
||||
};
|
||||
|
||||
meta = {
|
||||
license = "unfree";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -41,9 +41,7 @@ rec {
|
|||
doForceShare postAll]);
|
||||
inherit propagatedBuildInputs;
|
||||
meta = {
|
||||
description = "
|
||||
Compiz window manager
|
||||
";
|
||||
description = "Compiz window manager";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -42,9 +42,7 @@ rec {
|
|||
doForceShare postAll]);
|
||||
inherit propagatedBuildInputs;
|
||||
meta = {
|
||||
description = "
|
||||
Compiz window manager
|
||||
";
|
||||
description = "Compiz window manager";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -41,9 +41,7 @@ rec {
|
|||
doForceShare postAll]);
|
||||
inherit propagatedBuildInputs;
|
||||
meta = {
|
||||
description = "
|
||||
Compiz window manager
|
||||
";
|
||||
description = "Compiz window manager";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -16,9 +16,7 @@ stdenv.mkDerivation rec {
|
|||
builder = writeScript (name + "-builder")
|
||||
(textClosure localDefs [doConfigure doMakeInstall doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
Just a desktop panel.
|
||||
";
|
||||
description = "Just a desktop panel";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -9,14 +9,11 @@ stdenv.mkDerivation {
|
|||
|
||||
buildInputs = [libX11 libXext libXinerama libXpm libXft];
|
||||
|
||||
|
||||
postInstall = ''
|
||||
sed -i -e s/rxvt/xterm/g $out/etc/system.jwmrc
|
||||
sed -i -e "s/.*Swallow.*\|.*xload.*//" $out/etc/system.jwmrc'';
|
||||
|
||||
|
||||
meta = {
|
||||
description = "JWM is a window manager for X11 window system. It is written in C and uses only Xlib at a minimum.";
|
||||
description = "A window manager for X11 that requires only Xlib";
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -15,8 +15,7 @@ stdenv.mkDerivation rec {
|
|||
builder = ./builder.sh;
|
||||
|
||||
meta = {
|
||||
description = ''Revised^${toString revision} Report on the
|
||||
Algorithmic Language Scheme'';
|
||||
description = "Revised^${toString revision} Report on the Algorithmic Language Scheme";
|
||||
|
||||
longDescription = ''
|
||||
This package contains the GNU Info version of the
|
||||
|
|
|
@ -23,9 +23,7 @@ stdenv.mkDerivation rec {
|
|||
(textClosure localDefs
|
||||
[doInstall doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
A Unicode font.
|
||||
";
|
||||
description = "A Unicode font";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -21,9 +21,7 @@ stdenv.mkDerivation rec {
|
|||
(textClosure localDefs
|
||||
[doInstall doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
A Unicode font.
|
||||
";
|
||||
description = "A Unicode font";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -31,9 +31,7 @@ wrapFonts (stdenv.mkDerivation {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
description = "
|
||||
UCS-fonts - Unicode bitmap fonts.
|
||||
";
|
||||
description = "Unicode bitmap fonts";
|
||||
src = [srcA srcB srcC];
|
||||
};
|
||||
})
|
||||
|
|
|
@ -20,9 +20,7 @@ stdenv.mkDerivation rec {
|
|||
(textClosure localDefs
|
||||
[doInstall doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
A (mainly) Chinese Unicode font.
|
||||
";
|
||||
description = "A (mainly) Chinese Unicode font";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,17 +1,16 @@
|
|||
args: with args;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "fpc-2.2.2-binary";
|
||||
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.chg.ru/pub/lang/pascal/fpc/dist/i386-linux-2.2.2/fpc-2.2.2.i386-linux.tar;
|
||||
sha256 = "8c18f63b36a76eee673f96ca254c49c5a42bcf3e36279abe8774f961792449a5";
|
||||
};
|
||||
url = ftp://ftp.chg.ru/pub/lang/pascal/fpc/dist/i386-linux-2.2.2/fpc-2.2.2.i386-linux.tar;
|
||||
sha256 = "8c18f63b36a76eee673f96ca254c49c5a42bcf3e36279abe8774f961792449a5";
|
||||
};
|
||||
|
||||
builder = ./binary-builder.sh;
|
||||
|
||||
meta = {
|
||||
description = "
|
||||
Free Pascal Compiler from a binary distribution.
|
||||
";
|
||||
description = "Free Pascal Compiler from a binary distribution";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,31 +1,37 @@
|
|||
args:
|
||||
if ((args ? startFPC) && (args.startFPC != null))
|
||||
then
|
||||
|
||||
if args ? startFPC && args.startFPC != null then
|
||||
|
||||
with args;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "fpc-2.2.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = ftp://freepascal.stack.nl/pub/fpc/dist/source-2.2.2/fpcbuild-2.2.2.tar.gz;
|
||||
sha256 = "0d73b119e029382052fc6615034c4b5ee3ec66fa6cc45648f1f07cfb2c1058f1";
|
||||
};
|
||||
url = ftp://freepascal.stack.nl/pub/fpc/dist/source-2.2.2/fpcbuild-2.2.2.tar.gz;
|
||||
sha256 = "0d73b119e029382052fc6615034c4b5ee3ec66fa6cc45648f1f07cfb2c1058f1";
|
||||
};
|
||||
|
||||
buildInputs = [startFPC gawk];
|
||||
|
||||
preConfigure = (if system == "i686-linux" || system == "x86_64-linux" then ''
|
||||
sed -e "s@'/lib/ld-linux[^']*'@'''@" -i fpcsrc/compiler/systems/t_linux.pas
|
||||
'' else "");
|
||||
preConfigure =
|
||||
if system == "i686-linux" || system == "x86_64-linux" then ''
|
||||
sed -e "s@'/lib/ld-linux[^']*'@'''@" -i fpcsrc/compiler/systems/t_linux.pas
|
||||
'' else "";
|
||||
|
||||
makeFlags = "NOGDB=1";
|
||||
|
||||
installFlags = "INSTALL_PREFIX=\${out}";
|
||||
postInstall = "ln -fs $out/lib/fpc/*/ppc386 $out/bin;
|
||||
mkdir -p $out/lib/fpc/etc/ ;
|
||||
$out/lib/fpc/*/samplecfg $out/lib/fpc/2.2.0 $out/lib/fpc/etc/;";
|
||||
|
||||
postInstall = ''
|
||||
ln -fs $out/lib/fpc/*/ppc386 $out/bin
|
||||
mkdir -p $out/lib/fpc/etc/
|
||||
$out/lib/fpc/*/samplecfg $out/lib/fpc/2.2.0 $out/lib/fpc/etc/
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "
|
||||
Free Pascal Compiler from a source distribution.
|
||||
";
|
||||
description = "Free Pascal Compiler from a source distribution";
|
||||
};
|
||||
} else (import ./default.nix (args // {startFPC = (import ./binary.nix args);}))
|
||||
}
|
||||
|
||||
else (import ./default.nix (args // {startFPC = (import ./binary.nix args);}))
|
||||
|
|
|
@ -52,8 +52,10 @@ stdenv.mkDerivation {
|
|||
meta = {
|
||||
homepage = http://www.intrepid.com/upc.html;
|
||||
license = "GPL/LGPL";
|
||||
description = ''A GCC-based compiler for the Unified Parallel C (UPC)
|
||||
language, a distributed shared memory aware variant of
|
||||
C (see http://upc.gwu.edu/).'';
|
||||
longDscription = ''
|
||||
A GCC-based compiler for the Unified Parallel C (UPC) language,
|
||||
a distributed shared memory aware variant of C (see
|
||||
http://upc.gwu.edu/).
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
@ -31,9 +31,7 @@ stdenv.mkDerivation rec {
|
|||
builder = writeScript (name + "-builder")
|
||||
(textClosure localDefs [allBuild doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
Qi - next generation on top of Common Lisp.
|
||||
";
|
||||
description = "Qi - next generation on top of Common Lisp";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -24,8 +24,7 @@ stdenv.mkDerivation rec {
|
|||
doCheck = true;
|
||||
|
||||
meta = {
|
||||
description = ''Guile-Library, a collection of useful Guile
|
||||
Scheme modules'';
|
||||
description = "Guile-Library, a collection of useful Guile Scheme modules";
|
||||
homepage = http://home.gna.org/guile-lib/;
|
||||
license = "GPL";
|
||||
};
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
args: with args;
|
||||
stdenv.mkDerivation (rec {
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "SDL_image";
|
||||
version = "1.2.6";
|
||||
|
||||
|
@ -12,11 +13,9 @@ stdenv.mkDerivation (rec {
|
|||
|
||||
buildInputs = [SDL libpng libjpeg libtiff libungif libXpm];
|
||||
|
||||
postInstall = "ln -s \${out}/include/SDL/SDL_image.h \${out}/include/";
|
||||
postInstall = "ln -s $out/include/SDL/SDL_image.h $out/include/";
|
||||
|
||||
meta = {
|
||||
description = "
|
||||
SDL image library.
|
||||
";
|
||||
description = "SDL image library";
|
||||
};
|
||||
})
|
||||
}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
args: with args;
|
||||
stdenv.mkDerivation (rec {
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "SDL_mixer";
|
||||
version = "1.2.8";
|
||||
|
||||
|
@ -14,11 +15,9 @@ stdenv.mkDerivation (rec {
|
|||
|
||||
configureFlags = "--disable-music-ogg-shared";
|
||||
|
||||
postInstall = "ln -s \${out}/include/SDL/SDL_mixer.h \${out}/include/";
|
||||
postInstall = "ln -s $out/include/SDL/SDL_mixer.h $out/include/";
|
||||
|
||||
meta = {
|
||||
description = "
|
||||
SDL multi-channel audio mixer library.
|
||||
";
|
||||
description = "SDL multi-channel audio mixer library";
|
||||
};
|
||||
})
|
||||
}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
args: with args;
|
||||
stdenv.mkDerivation (rec {
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "SDL_net";
|
||||
version = "1.2.7";
|
||||
|
||||
|
@ -12,11 +13,9 @@ stdenv.mkDerivation (rec {
|
|||
|
||||
buildInputs = [SDL];
|
||||
|
||||
postInstall = "ln -s \${out}/include/SDL/SDL_net.h \${out}/include/";
|
||||
postInstall = "ln -s $out/include/SDL/SDL_net.h $out/include/";
|
||||
|
||||
meta = {
|
||||
description = "
|
||||
SDL networking library.
|
||||
";
|
||||
description = "SDL networking library";
|
||||
};
|
||||
})
|
||||
}
|
||||
|
|
|
@ -1,19 +1,18 @@
|
|||
args: with args;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "SDL_image-1.2.6";
|
||||
name = "SDL_ttf-2.0.9";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.9.tar.gz;
|
||||
sha256 = "0ls6anmlmwrmy21p3y9nfyl6fkwz4jpgh74kw7xd0hwbg5v8h95l";
|
||||
};
|
||||
url = http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.9.tar.gz;
|
||||
sha256 = "0ls6anmlmwrmy21p3y9nfyl6fkwz4jpgh74kw7xd0hwbg5v8h95l";
|
||||
};
|
||||
|
||||
buildInputs = [SDL freetype];
|
||||
|
||||
postInstall = "ln -s \${out}/include/SDL/SDL_ttf.h \${out}/include/";
|
||||
postInstall = "ln -s $out/include/SDL/SDL_ttf.h $out/include/";
|
||||
|
||||
meta = {
|
||||
description = "
|
||||
SDL image library.
|
||||
";
|
||||
description = "SDL TrueType library";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
args: with args;
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "chmlib-0.39";
|
||||
|
||||
src = fetchurl {
|
||||
url = "${meta.homepage}/${name}.tar.bz2";
|
||||
sha256 = "0hgzw121ffmk79wbpkd0394y5ah99c3i85z6scp958mmkr25sc6j";
|
||||
sha256 = "0hgzw121ffmk79wbpkd0394y5ah99c3i85z6scp958mmkr25sc6j";
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = http://www.jedrea.com/chmlib;
|
||||
license = "LGPL";
|
||||
description = "CHLIB is a library for dealing with Microsoft ITSS/CHM
|
||||
format files";
|
||||
homepage = http://www.jedrea.com/chmlib;
|
||||
license = "LGPL";
|
||||
description = "A library for dealing with Microsoft ITSS/CHM format files";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -17,9 +17,7 @@ stdenv.mkDerivation {
|
|||
builder = writeScript "fftw-3.1.2-builder"
|
||||
(textClosure localDefs [doConfigure doMakeInstall doForceShare]);
|
||||
meta = {
|
||||
description = "
|
||||
Fastest Fourier Transform in the West library.
|
||||
";
|
||||
description = "Fastest Fourier Transform in the West library";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -10,9 +10,11 @@ stdenv.mkDerivation {
|
|||
buildInputs = [pkgconfig];
|
||||
|
||||
meta = {
|
||||
description = ''Libao is Xiph.org's cross-platform audio
|
||||
library that allows programs to output audio
|
||||
using a simple API on a wide variety of platforms.'';
|
||||
longDescription = ''
|
||||
Libao is Xiph.org's cross-platform audio library that allows
|
||||
programs to output audio using a simple API on a wide variety of
|
||||
platforms.
|
||||
'';
|
||||
homepage = http://xiph.org/ao/;
|
||||
license = "GPL";
|
||||
};
|
||||
|
|
|
@ -26,7 +26,7 @@ rec {
|
|||
ln -s $out/include/opencv/* $out/include
|
||||
'') ["doMakeInstall" "minInit"];
|
||||
|
||||
name = "libcv-" + version;
|
||||
name = "libcv-0.9.7";
|
||||
meta = {
|
||||
description = "libcv - computer vision library";
|
||||
};
|
||||
|
|
|
@ -29,13 +29,11 @@ args : with args;
|
|||
};
|
||||
in with localDefs;
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libdbi"+version;
|
||||
name = "libdbi-"+version;
|
||||
builder = writeScript (name + "-builder")
|
||||
(textClosure localDefs [doConfigure doMakeInstall doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
DB independent interface to DB; DB drivers (mysql only for now).
|
||||
";
|
||||
description = "DB independent interface to DB; DB drivers (mysql only for now)";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -11,13 +11,11 @@ args : with args;
|
|||
};
|
||||
in with localDefs;
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libdbi"+version;
|
||||
name = "libdbi-"+version;
|
||||
builder = writeScript (name + "-builder")
|
||||
(textClosure localDefs [doConfigure doMakeInstall doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
DB independent interface to DB.
|
||||
";
|
||||
description = "DB independent interface to DB";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -11,13 +11,11 @@ args : with args;
|
|||
};
|
||||
in with localDefs;
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libextractor"+version;
|
||||
name = "libextractor-"+version;
|
||||
builder = writeScript (name + "-builder")
|
||||
(textClosure localDefs [doConfigure doMakeInstall doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
Libextractor - extracts metadata from files.
|
||||
";
|
||||
description = "A tool to extract metadata from files";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
args: with args;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libksba-1.0.2";
|
||||
name = "libksba-1.0.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.gnupg.org/gcrypt/libksba/${name}.tar.bz2";
|
||||
sha256 = "1jkjh1daaykkrfq0s4vv8ddf0w8agdvspg9qm0ghjidlrfnsfiwh";
|
||||
};
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.gnupg.org/gcrypt/libksba/${name}.tar.bz2";
|
||||
sha256 = "1jkjh1daaykkrfq0s4vv8ddf0w8agdvspg9qm0ghjidlrfnsfiwh";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [libgpgerror];
|
||||
propagatedBuildInputs = [libgpgerror];
|
||||
|
||||
configureFlags = "--enable-shared --disable-static";
|
||||
configureFlags = "--enable-shared --disable-static";
|
||||
|
||||
meta = {
|
||||
homepage = http://www.gnupg.org;
|
||||
description = "Libksba is a CMS and X.509 access library under
|
||||
development";
|
||||
};
|
||||
meta = {
|
||||
homepage = http://www.gnupg.org;
|
||||
description = "Libksba is a CMS and X.509 access library under development";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -7,10 +7,7 @@ stdenv.mkDerivation {
|
|||
sha256 = "bbfac3ed6bfbc2823d3775ebb931087371e142bb0e9bb1bee51a76a6e0078690";
|
||||
};
|
||||
|
||||
buildInputs = [];
|
||||
|
||||
meta = {
|
||||
description = "MAD, a high-quality, fixed-point, MPEG audio decoder
|
||||
supporting MPEG-1 and MPEG-2.";
|
||||
description = "A high-quality, fixed-point MPEG audio decoder supporting MPEG-1 and MPEG-2";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -14,7 +14,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = {
|
||||
homepage = http://liboil.freedesktop.org;
|
||||
description = "Liboil is a library of simple functions that are optimized
|
||||
for various CPUs.";
|
||||
description = "A library of simple functions that are optimized for various CPUs";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -14,7 +14,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = {
|
||||
homepage = http://liboil.freedesktop.org;
|
||||
description = "Liboil is a library of simple functions that are optimized
|
||||
for various CPUs.";
|
||||
description = "A library of simple functions that are optimized for various CPUs";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,18 +1,16 @@
|
|||
args: with args;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libwmf-0.2.8.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/wvware/libwmf-0.2.8.4.tar.gz;
|
||||
sha256 = "1y3wba4q8pl7kr51212jwrsz1x6nslsx1gsjml1x0i8549lmqd2v";
|
||||
};
|
||||
url = mirror://sourceforge/wvware/libwmf-0.2.8.4.tar.gz;
|
||||
sha256 = "1y3wba4q8pl7kr51212jwrsz1x6nslsx1gsjml1x0i8549lmqd2v";
|
||||
};
|
||||
|
||||
buildInputs = [zlib imagemagick libpng
|
||||
pkgconfig glib freetype libjpeg libxml2];
|
||||
buildInputs = [zlib imagemagick libpng pkgconfig glib freetype libjpeg libxml2];
|
||||
|
||||
meta = {
|
||||
description = "
|
||||
WMF library from wvWare.
|
||||
";
|
||||
description = "WMF library from wvWare";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,14 +1,17 @@
|
|||
args: with args;
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "lzo-2.02";
|
||||
src = fetchurl {
|
||||
url = "${meta.homepage}/download/${name}.tar.gz";
|
||||
sha256 = "1i9g9bdrmyn6546rnck3kkh8nssfaw75m2rxir4sn7bwvnsfryx2";
|
||||
};
|
||||
configureFlags = "--enable-shared --disable-static";
|
||||
meta = {
|
||||
description = "LZO is a data compresion library which is suitable for
|
||||
data de-/compression in real-time";
|
||||
homepage = http://www.oberhumer.com/opensource/lzo;
|
||||
};
|
||||
name = "lzo-2.02";
|
||||
|
||||
src = fetchurl {
|
||||
url = "${meta.homepage}/download/${name}.tar.gz";
|
||||
sha256 = "1i9g9bdrmyn6546rnck3kkh8nssfaw75m2rxir4sn7bwvnsfryx2";
|
||||
};
|
||||
|
||||
configureFlags = "--enable-shared --disable-static";
|
||||
|
||||
meta = {
|
||||
description = "A data compresion library suitable for real-time data de-/compression";
|
||||
homepage = http://www.oberhumer.com/opensource/lzo;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -2,18 +2,20 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mpich2-1.0.6p1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/"
|
||||
+ name + ".tar.gz";
|
||||
url = "http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/${name}.tar.gz";
|
||||
sha256 = "1k0za8951j5fn89ww6bsy9b4yi989zz7bnd8a6acfr8r0yb8z01q";
|
||||
};
|
||||
|
||||
buildInputs = [ python ];
|
||||
|
||||
meta = {
|
||||
description = ''MPICH2 is a free high-performance and portable
|
||||
implementation of the Message Passing Interface
|
||||
(MPI) standard, both version 1 and version 2.'';
|
||||
longDescription = ''
|
||||
MPICH2 is a free high-performance and portable implementation of
|
||||
the Message Passing Interface (MPI) standard, both version 1 and
|
||||
version 2.
|
||||
'';
|
||||
homepage = http://www.mcs.anl.gov/mpi/mpich2/;
|
||||
license = "free, see http://www.mcs.anl.gov/research/projects/mpich2/downloads/index.php?s=license";
|
||||
};
|
||||
|
|
|
@ -41,8 +41,6 @@ stdenv.mkDerivation {
|
|||
installPhase = "yes Y | python setup.py install --prefix=\${out} ";
|
||||
|
||||
meta = {
|
||||
description = "
|
||||
Python library for games.
|
||||
";
|
||||
description = "Python library for games";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -22,8 +22,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
description = ''The PyXML package is a collection of libraries to process
|
||||
XML with Python.'';
|
||||
description = "A collection of libraries to process XML with Python";
|
||||
homepage = http://pyxml.sourceforge.net/;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -20,8 +20,7 @@ stdenv.mkDerivation rec {
|
|||
doCheck = true;
|
||||
|
||||
meta = {
|
||||
description = ''Guile-Lint checks syntax and semantics in a
|
||||
Guile program or module.'';
|
||||
description = "Guile-Lint checks syntax and semantics in a Guile program or module";
|
||||
homepage = http://www.geocities.com/user42_kevin/guile-lint/index.html;
|
||||
license = "GPL";
|
||||
};
|
||||
|
|
|
@ -22,9 +22,7 @@ stdenv.mkDerivation rec {
|
|||
builder = writeScript (name + "-builder")
|
||||
(textClosure localDefs [doConfigure preBuild doMakeInstall doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
GNU Indent - a source text formatter.
|
||||
";
|
||||
description = "GNU Indent - a source text formatter";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,9 +18,7 @@ stdenv.mkDerivation rec {
|
|||
doPropagate doForceShare]);
|
||||
inherit propagatedBuildInputs;
|
||||
meta = {
|
||||
description = "
|
||||
Internalization tool for XML.
|
||||
";
|
||||
description = "Internalization tool for XML";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,9 +18,7 @@ stdenv.mkDerivation rec {
|
|||
doPropagate doForceShare]);
|
||||
inherit propagatedBuildInputs;
|
||||
meta = {
|
||||
description = "
|
||||
Internalization tool for XML.
|
||||
";
|
||||
description = "Internalization tool for XML";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -29,9 +29,7 @@ stdenv.mkDerivation rec {
|
|||
builder = writeScript (name + "-builder")
|
||||
(textClosure localDefs [preBuild preConfigure doConfigure doMakeInstall doForceShare]);
|
||||
meta = {
|
||||
description = "
|
||||
Library call tracer.
|
||||
";
|
||||
description = "Library call tracer";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -23,9 +23,7 @@ stdenv.mkDerivation rec {
|
|||
builder = writeScript (name + "-builder")
|
||||
(textClosure localDefs [preConfigure doConfigure doMakeInstall doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
Construo masses and springs simulation.
|
||||
";
|
||||
description = "Construo masses and springs simulation";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -28,9 +28,7 @@ stdenv.mkDerivation {
|
|||
(textClosure localDefs [doUnpack addInputs preBuild doMake installPhase doForceShare]);
|
||||
|
||||
meta = {
|
||||
description = "
|
||||
Falling Sand Game - a cellular automata engine tuned towards the likes of Falling Sand.
|
||||
";
|
||||
inherit src;
|
||||
description = "Falling Sand Game - a cellular automata engine tuned towards the likes of Falling Sand";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
args: with args;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "fsg-4.4";
|
||||
|
||||
src =
|
||||
fetchurl {
|
||||
url = http://www.piettes.com/fallingsandgame/fsg-src-4.4.tar.gz;
|
||||
sha256 = "1756y01rkvd3f1pkj88jqh83fqcfl2fy0c48mcq53pjzln9ycv8c";
|
||||
};
|
||||
src = fetchurl {
|
||||
url = http://www.piettes.com/fallingsandgame/fsg-src-4.4.tar.gz;
|
||||
sha256 = "1756y01rkvd3f1pkj88jqh83fqcfl2fy0c48mcq53pjzln9ycv8c";
|
||||
};
|
||||
|
||||
buildInputs =[gtk glib pkgconfig mesa (wxGTK null) libX11 xproto];
|
||||
buildInputs = [gtk glib pkgconfig mesa (wxGTK null) libX11 xproto];
|
||||
|
||||
/*
|
||||
# One day Unicode will overcome?
|
||||
|
@ -29,22 +29,20 @@ stdenv.mkDerivation {
|
|||
cp -r . /tmp/fsg
|
||||
";*/
|
||||
|
||||
preBuild = "
|
||||
sed -e '
|
||||
s@currentProbIndex != 100@0@;
|
||||
' -i MainFrame.cpp;
|
||||
";
|
||||
preBuild = ''
|
||||
sed -e '
|
||||
s@currentProbIndex != 100@0@;
|
||||
' -i MainFrame.cpp
|
||||
'';
|
||||
|
||||
installPhase = "
|
||||
ensureDir \$out/bin \$out/libexec;
|
||||
cp sand \$out/libexec;
|
||||
echo -e '#! /bin/sh\nLC_ALL=C '\$out'/libexec/sand \"$@\"' >\$out/bin/fsg;
|
||||
chmod a+x \$out/bin/fsg;
|
||||
";
|
||||
installPhase = ''
|
||||
ensureDir $out/bin $out/libexec
|
||||
cp sand $out/libexec
|
||||
echo -e '#! /bin/sh\nLC_ALL=C '$out'/libexec/sand "$@"' >$out/bin/fsg
|
||||
chmod a+x $out/bin/fsg
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "
|
||||
Falling Sand Game - a cellular automata engine tuned towards the likes of Falling Sand.
|
||||
";
|
||||
description = "Falling Sand Game - a cellular automata engine tuned towards the likes of Falling Sand";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -13,8 +13,7 @@ stdenv.mkDerivation {
|
|||
configureFlags = "--with-zlib=${zlib}";
|
||||
|
||||
meta = {
|
||||
description = "A reimplementation of the Infinity Engine "
|
||||
+ " (used by Baldur's Gate, Icewind Dale, Planescape: Torment, etc.)";
|
||||
description = "A reimplementation of the Infinity Engine, used by games such as Baldur's Gate";
|
||||
homepage = http://gemrb.sourceforge.net/;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -35,9 +35,7 @@ stdenv.mkDerivation rec {
|
|||
(textClosure localDefs
|
||||
[ customBuild doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
Orbit space flight simulator.
|
||||
";
|
||||
description = "Orbit space flight simulator";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
args: with args;
|
||||
stdenv.mkDerivation (rec {
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "wesnoth";
|
||||
version = "1.4.1";
|
||||
|
||||
|
@ -15,8 +16,6 @@ stdenv.mkDerivation (rec {
|
|||
configureFlags = "--with-preferences-dir=.${name} --program-suffix=-${version} --with-datadir-name=${name} --with-boost=${boost}/include --disable-python";
|
||||
|
||||
meta = {
|
||||
description = "
|
||||
The Battle for Wesnoth is a free, turn-based strategy game with a fantasy theme.
|
||||
";
|
||||
description = "The Battle for Wesnoth, a free, turn-based strategy game with a fantasy theme";
|
||||
};
|
||||
})
|
||||
}
|
||||
|
|
|
@ -9,10 +9,12 @@ stdenv.mkDerivation rec {
|
|||
|
||||
|
||||
meta = {
|
||||
description = ''Linux ACPI client is a small command-line
|
||||
program that attempts to replicate the functionality of
|
||||
the "old" `apm' command on ACPI systems. It includes
|
||||
battery and thermal information.'';
|
||||
longDescription = ''
|
||||
Linux ACPI client is a small command-line
|
||||
program that attempts to replicate the functionality of
|
||||
the "old" `apm' command on ACPI systems. It includes
|
||||
battery and thermal information.
|
||||
'';
|
||||
homepage = http://grahame.angrygoats.net/acpi.shtml;
|
||||
license = "GPLv2+";
|
||||
};
|
||||
|
|
|
@ -1,16 +1,15 @@
|
|||
args: with args;
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "acpitool-0.4.7";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/acpitool/${name}.tar.bz2";
|
||||
sha256 = "133bdgcq9ql0l940kp9m2v6wzdvkyv8f1dizwjbx7v96n8g2c239";
|
||||
};
|
||||
|
||||
|
||||
meta = {
|
||||
description = ''ACPI Tool is a small, convenient command-line
|
||||
ACPI client with a lot of features for Linux.'';
|
||||
description = "A small, convenient command-line ACPI client with a lot of features";
|
||||
homepage = http://freeunix.dyndns.org:8000/site2/acpitool.shtml;
|
||||
license = "GPLv2+";
|
||||
};
|
||||
|
|
|
@ -32,9 +32,7 @@ stdenv.mkDerivation rec {
|
|||
(textClosure localDefs [doPatch doMakeInstall
|
||||
postInstall doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
Atheros WiFi driver.
|
||||
";
|
||||
description = "Atheros WiFi driver";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -22,9 +22,7 @@ stdenv.mkDerivation rec {
|
|||
(textClosure localDefs [doMakeInstall
|
||||
postInstall doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
Atheros WiFi driver.
|
||||
";
|
||||
description = "Atheros WiFi driver";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -33,9 +33,7 @@ stdenv.mkDerivation rec {
|
|||
(textClosure localDefs [doPatch doMakeInstall
|
||||
postInstall doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
Atheros WiFi driver.
|
||||
";
|
||||
description = "Atheros WiFi driver.";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -22,9 +22,7 @@ stdenv.mkDerivation rec {
|
|||
(textClosure localDefs [doMakeInstall postInstall
|
||||
doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
Atheros WiFi driver.
|
||||
";
|
||||
description = "Atheros WiFi driver";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -22,9 +22,7 @@ stdenv.mkDerivation rec {
|
|||
(textClosure localDefs [doMakeInstall postInstall
|
||||
doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
Atheros WiFi driver.
|
||||
";
|
||||
description = "Atheros WiFi driver";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -35,9 +35,7 @@ stdenv.mkDerivation rec {
|
|||
++ [doMakeInstall postInstall
|
||||
doForceShare doPropagate]));
|
||||
meta = {
|
||||
description = "
|
||||
Atheros WiFi driver.
|
||||
";
|
||||
description = "Atheros WiFi driver";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -39,9 +39,7 @@ stdenv.mkDerivation rec {
|
|||
++ [doPatch doMakeInstall postInstall
|
||||
doForceShare doPropagate]));
|
||||
meta = {
|
||||
description = "
|
||||
Atheros WiFi driver.
|
||||
";
|
||||
description = "Atheros WiFi driver";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -39,9 +39,7 @@ stdenv.mkDerivation rec {
|
|||
++ [doPatch doMakeInstall postInstall
|
||||
doForceShare doPropagate]));
|
||||
meta = {
|
||||
description = "
|
||||
Atheros WiFi driver.
|
||||
";
|
||||
description = "Atheros WiFi driver";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -16,9 +16,7 @@ stdenv.mkDerivation rec {
|
|||
builder = writeScript (name + "-builder")
|
||||
(textClosure localDefs [ doMakeInstall doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
Tool to decode Desktop Management Interface and SBIOS data.
|
||||
";
|
||||
description = "Tool to decode Desktop Management Interface and SBIOS data";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -33,6 +33,6 @@ rec {
|
|||
phaseNames = ["fixInc" "fixMemFunc" "preConfigure" "doConfigure" "debugStep" "doMakeInstall"];
|
||||
|
||||
meta = {
|
||||
description = " Kernel module for Qemu acceleration ";
|
||||
description = "Kernel module for Qemu acceleration";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -39,5 +39,6 @@ stdenv.mkDerivation {
|
|||
meta = {
|
||||
homepage = http://www.nvidia.com/object/unix.html;
|
||||
description = "X.org driver and kernel module for NVIDIA graphics cards";
|
||||
license = "unfree";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -15,9 +15,7 @@ stdenv.mkDerivation rec {
|
|||
builder = writeScript (name + "-builder")
|
||||
(textClosure localDefs [doConfigure doMakeInstall doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
SCSI parameters utility.
|
||||
";
|
||||
description = "Utility for setting parameters of SCSI devices";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -16,9 +16,7 @@ stdenv.mkDerivation rec {
|
|||
(textClosure localDefs
|
||||
[doConfigure doMakeInstall doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
Dict protocol server and client.
|
||||
";
|
||||
description = "Dict protocol server and client";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -23,9 +23,7 @@ stdenv.mkDerivation rec {
|
|||
(textClosure localDefs
|
||||
[doInstall doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
${name} dictionary for dictd.
|
||||
";
|
||||
description = "${name} dictionary for dictd";
|
||||
inherit src;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
args: with args;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ircd-hybrid-7.2.2";
|
||||
|
||||
|
@ -9,15 +10,12 @@ stdenv.mkDerivation {
|
|||
|
||||
buildInputs = [openssl zlib];
|
||||
|
||||
configureFlags = ["--with-nicklen=100"
|
||||
"--with-topiclen=360"
|
||||
("--enable-openssl=" + openssl)];
|
||||
configureFlags =
|
||||
"--with-nicklen=100 --with-topiclen=360 --enable-openssl=${openssl}";
|
||||
|
||||
preInstall = "mkdir -p \${out}/ ; ln -s /home/ircd \${out}/logs;";
|
||||
|
||||
meta = {
|
||||
description = "
|
||||
An IPv6-capable IRC server.
|
||||
";
|
||||
description = "An IPv6-capable IRC server";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -26,9 +26,7 @@ stdenv.mkDerivation rec {
|
|||
(textClosure localDefs
|
||||
[ installPhase doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
XMPP server in Java.
|
||||
";
|
||||
inherit src;
|
||||
description = "XMPP server in Java";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -26,9 +26,7 @@ stdenv.mkDerivation rec {
|
|||
(textClosure localDefs
|
||||
[ installPhase doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
XMPP server in Java.
|
||||
";
|
||||
inherit src;
|
||||
description = "XMPP server in Java";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,11 +18,9 @@ stdenv.mkDerivation rec {
|
|||
(textClosure localDefs
|
||||
[doConfigure doMakeInstall doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
X11 VNC - VNC server connected to real X11 screen.
|
||||
";
|
||||
description = "A VNC server connected to a real X11 screen";
|
||||
homepage = "http://www.karlrunge.com/x11vnc/";
|
||||
inherit src;
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -20,9 +20,7 @@ stdenv.mkDerivation rec {
|
|||
(textClosure localDefs
|
||||
[doConfigure doCreatePrefix doMakeInstall doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
x2vnc - program to control remote VNC server.
|
||||
";
|
||||
description = "A program to control a remote VNC server";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -15,8 +15,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
description = ''rsnapshot is a filesystem snapshot utility for making
|
||||
backups of local and remote systems.'';
|
||||
description = "A filesystem snapshot utility for making backups of local and remote systems";
|
||||
homepage = http://rsnapshot.org/;
|
||||
license = "GPLv2+";
|
||||
};
|
||||
|
|
|
@ -14,8 +14,7 @@ stdenv.mkDerivation {
|
|||
patches = [./ploticus-install.patch];
|
||||
|
||||
meta = {
|
||||
description = ''Ploticus, a non-interactive software package for
|
||||
producing plots and charts'';
|
||||
description = "A non-interactive software package for producing plots and charts";
|
||||
|
||||
longDescription = ''Ploticus is a free, GPL'd, non-interactive
|
||||
software package for producing plots, charts, and graphics from
|
||||
|
|
|
@ -14,11 +14,13 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = {
|
||||
homepage = http://bogofilter.sourceforge.net/;
|
||||
description = ''Bogofilter is a mail filter that classifies mail
|
||||
as spam or ham (non-spam) by a statistical analysis of
|
||||
the message's header and content (body). The program is
|
||||
able to learn from the user's classifications and
|
||||
corrections. It is based on a Bayesian filter.'';
|
||||
longDescription = ''
|
||||
Bogofilter is a mail filter that classifies mail as spam or ham
|
||||
(non-spam) by a statistical analysis of the message's header and
|
||||
content (body). The program is able to learn from the user's
|
||||
classifications and corrections. It is based on a Bayesian
|
||||
filter.
|
||||
'';
|
||||
license = "GPLv2";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -44,9 +44,7 @@ stdenv.mkDerivation rec {
|
|||
builder = writeScript (name + "-builder")
|
||||
(textClosure localDefs [build doMakeInstall doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
Relational FS over FUSE.
|
||||
";
|
||||
description = "A relational filesystem on top of FUSE";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -45,9 +45,7 @@ stdenv.mkDerivation rec {
|
|||
builder = writeScript (name + "-builder")
|
||||
(textClosure localDefs [build doMakeInstall doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
Relational FS over FUSE.
|
||||
";
|
||||
description = "A relational filesystem on top of FUSE";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -16,9 +16,7 @@ stdenv.mkDerivation rec {
|
|||
(textClosure localDefs
|
||||
[doConfigure doMakeInstall doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
Readline wrapper for console programs.
|
||||
";
|
||||
description = "Readline wrapper for console programs";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -13,10 +13,10 @@ stdenv.mkDerivation {
|
|||
meta = {
|
||||
homepage = http://www.cgsecurity.org/wiki/TestDisk;
|
||||
license = "GPL";
|
||||
description = "
|
||||
longDescription = ''
|
||||
TestDisk is a program for data recovery, primarily designed to
|
||||
help recover lost partitions and/or make non-booting disks
|
||||
bootable again
|
||||
";
|
||||
bootable again.
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
args: with args;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "timidity-2.13.0";
|
||||
|
||||
|
@ -7,25 +8,21 @@ stdenv.mkDerivation {
|
|||
sha256 = "1jbmk0m375fh5nj2awqzns7pdjbi7dxpjdwcix04zipfcilppbmf";
|
||||
};
|
||||
|
||||
instruments =
|
||||
fetchurl {
|
||||
url = http://www.csee.umbc.edu/pub/midia/instruments.tar.gz;
|
||||
sha256 = "0lsh9l8l5h46z0y8ybsjd4pf6c22n33jsjvapfv3rjlfnasnqw67";
|
||||
};
|
||||
instruments = fetchurl {
|
||||
url = http://www.csee.umbc.edu/pub/midia/instruments.tar.gz;
|
||||
sha256 = "0lsh9l8l5h46z0y8ybsjd4pf6c22n33jsjvapfv3rjlfnasnqw67";
|
||||
};
|
||||
|
||||
buildInputs =[alsaLib];
|
||||
buildInputs = [alsaLib];
|
||||
|
||||
config=./timidity.cfg;
|
||||
|
||||
postInstall = "mkdir -p \$out/share/timidity/;
|
||||
cp \$config \$out/share/timidity/timidity.cfg;
|
||||
tar -xf \$instruments -C \$out/share/timidity/;
|
||||
";
|
||||
postInstall = ''
|
||||
mkdir -p $out/share/timidity/;
|
||||
cp ${./timidity.cfg} $out/share/timidity/timidity.cfg
|
||||
tar -xf $instruments -C $out/share/timidity/
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "
|
||||
TiMidity - software MIDI renderer.
|
||||
";
|
||||
description = "A software MIDI renderer";
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -1,18 +1,16 @@
|
|||
args: with args;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "wv-1.2.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/wvware/wv-1.2.4.tar.gz;
|
||||
sha256 = "1mn2ax6qjy3pvixlnvbkn6ymy6y4l2wxrr4brjaczm121s8hjcb7";
|
||||
};
|
||||
url = mirror://sourceforge/wvware/wv-1.2.4.tar.gz;
|
||||
sha256 = "1mn2ax6qjy3pvixlnvbkn6ymy6y4l2wxrr4brjaczm121s8hjcb7";
|
||||
};
|
||||
|
||||
buildInputs = [zlib imagemagick libpng glib
|
||||
pkgconfig libgsf libxml2 bzip2];
|
||||
buildInputs = [zlib imagemagick libpng glib pkgconfig libgsf libxml2 bzip2];
|
||||
|
||||
meta = {
|
||||
description = "
|
||||
Convertor from Microsoft Word formats to human-editable ones.
|
||||
";
|
||||
description = "Converter from Microsoft Word formats to human-editable ones";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -16,9 +16,7 @@ stdenv.mkDerivation rec {
|
|||
(textClosure localDefs
|
||||
[doConfigure doMakeInstall doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
nc6 - one more netcat, IPv6 support included.
|
||||
";
|
||||
description = "A netcat implementation with IPv6 support";
|
||||
homepage = "http://www.deepspace6.net/projects/netcat6.html";
|
||||
inherit src;
|
||||
};
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{stdenv, fetchurl, openssl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ncat-0.10rc3";
|
||||
|
||||
|
@ -7,18 +8,18 @@ stdenv.mkDerivation {
|
|||
sha256 = "1yb26ipxwhqkfannji90jxi38k35fal4ffx0jm5clr1a1rndjjzb";
|
||||
};
|
||||
|
||||
patches = [./ncat-0.10rc3.patch ];
|
||||
patches = [./ncat-0.10rc3.patch];
|
||||
|
||||
buildInputs = [openssl ];
|
||||
buildInputs = [openssl];
|
||||
|
||||
CFLAGS = "-g";
|
||||
|
||||
postInstall = "install -D ncat \${out}/bin/ncat ;
|
||||
install -D docs/man/ncat.1 \${out}/man/ncat.1 ;";
|
||||
postInstall = ''
|
||||
install -D ncat $out/bin/ncat
|
||||
install -D docs/man/ncat.1 $out/man/ncat.1
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "
|
||||
Ncat - some effort to join features from different `netcat's. Supports IPv6.
|
||||
";
|
||||
description = "A netcat implementation with IPv6 support";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -13,8 +13,6 @@ stdenv.mkDerivation ( rec {
|
|||
buildInputs = [ pkgconfig openssl libsigcxx ];
|
||||
|
||||
meta = {
|
||||
description = "
|
||||
LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and good code.
|
||||
";
|
||||
description = "A BitTorrent library written in C++ for *nix, with a focus on high performance and good code";
|
||||
};
|
||||
})
|
||||
|
|
|
@ -13,8 +13,6 @@ stdenv.mkDerivation ( rec {
|
|||
buildInputs = [ libtorrent ncurses pkgconfig libsigcxx curl zlib openssl ];
|
||||
|
||||
meta = {
|
||||
description = "
|
||||
rtorrent is a ncurses client for libtorrent and is ideal for use with screen or dtach.
|
||||
";
|
||||
description = "An ncurses client for libtorrent, ideal for use with screen or dtach";
|
||||
};
|
||||
})
|
||||
|
|
|
@ -21,10 +21,8 @@ stdenv.mkDerivation rec {
|
|||
builder = writeScript (name + "-builder")
|
||||
(textClosure localDefs
|
||||
[doConfigure doMakeInstall postInstall doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
Samba mounted via FUSE.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
meta = {
|
||||
description = "Samba mounted via FUSE";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -20,9 +20,7 @@ stdenv.mkDerivation rec {
|
|||
(textClosure localDefs
|
||||
["doPatch" doMakeInstall doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
Elliptic Curve Cryptography. Zero-configuration.
|
||||
";
|
||||
description = "Zero-configuration elliptic curve cryptography utility";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -23,9 +23,7 @@ stdenv.mkDerivation rec {
|
|||
(textClosure localDefs
|
||||
["doPatch" doMakeInstall doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
Shamir Secret Sharing Scheme
|
||||
";
|
||||
description = "Shamir Secret Sharing Scheme";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{stdenv, fetchurl, kdelibs, qt, x11, zlib, perl,
|
||||
libpng}:
|
||||
{stdenv, fetchurl, kdelibs, qt, x11, zlib, perl, libpng}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "filelight-1.0";
|
||||
|
||||
|
@ -9,14 +9,15 @@ stdenv.mkDerivation {
|
|||
};
|
||||
|
||||
buildInputs = [kdelibs qt x11 zlib perl libpng];
|
||||
configureFlags = " --without-debug --without-arts ";
|
||||
preConfigure = "sed -e '/sys_lib_\(dl\)\{0,1\}search_path_spec=/d' -i configure;
|
||||
sed -e '/X_LDFLAGS=/d' -i configure";
|
||||
|
||||
configureFlags = "--without-debug --without-arts";
|
||||
|
||||
preConfigure = ''
|
||||
sed -e '/sys_lib_\(dl\)\{0,1\}search_path_spec=/d' -i configure
|
||||
sed -e '/X_LDFLAGS=/d' -i configure
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "
|
||||
Filelight lets you analyze which directories
|
||||
and files eat your disk space.
|
||||
";
|
||||
description = "A tool for analysing which directories and files eat your disk space";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -15,9 +15,7 @@ stdenv.mkDerivation rec {
|
|||
builder = writeScript (name + "-builder")
|
||||
(textClosure localDefs [doConfigure doMakeInstall doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
Recursive rectangle map of disk usage.
|
||||
";
|
||||
description = "Recursive rectangle map of disk usage";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue