add abiword
svn path=/nixpkgs/trunk/; revision=5666
This commit is contained in:
parent
5073fa75a4
commit
c278604064
9
pkgs/applications/office/abiword/builder.sh
Normal file
9
pkgs/applications/office/abiword/builder.sh
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
source $stdenv/setup
|
||||||
|
|
||||||
|
preConfigure() {
|
||||||
|
cd abi
|
||||||
|
}
|
||||||
|
|
||||||
|
preConfigure=preConfigure
|
||||||
|
|
||||||
|
genericBuild
|
17
pkgs/applications/office/abiword/default.nix
Normal file
17
pkgs/applications/office/abiword/default.nix
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{stdenv, fetchurl, pkgconfig, glib, gtk, pango
|
||||||
|
, libglade, libgnomeprint, libgnomeprintui, libgnomecanvas
|
||||||
|
, fribidi, libpng, popt
|
||||||
|
}:
|
||||||
|
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "abiword-2.4.4";
|
||||||
|
builder = ./builder.sh;
|
||||||
|
src = fetchurl {
|
||||||
|
url = http://www.abisource.com/downloads/abiword/2.4.4/source/abiword-2.4.4.tar.gz;
|
||||||
|
md5 = "5a2710c2ed89608f30fa8dbed001719c";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs = [pkgconfig glib gtk pango libglade libgnomeprint
|
||||||
|
libgnomeprintui libgnomecanvas fribidi libpng popt
|
||||||
|
];
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user