summary refs log tree commit diff
path: root/pkgs-ng/devel/libs/pcre/default.fix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2003-11-02 17:42:19 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2003-11-02 17:42:19 +0000
commit1894a8b86c4f5233f4f28af3b93156aaaee44af1 (patch)
tree238e4b4b5f51237ad9919076eee9159c74f7080e /pkgs-ng/devel/libs/pcre/default.fix
parent30f2bf8a854bace216b4196787cf619b76ea8973 (diff)
downloadnixpkgs-1894a8b86c4f5233f4f28af3b93156aaaee44af1.tar
nixpkgs-1894a8b86c4f5233f4f28af3b93156aaaee44af1.tar.gz
nixpkgs-1894a8b86c4f5233f4f28af3b93156aaaee44af1.tar.bz2
nixpkgs-1894a8b86c4f5233f4f28af3b93156aaaee44af1.tar.lz
nixpkgs-1894a8b86c4f5233f4f28af3b93156aaaee44af1.tar.xz
nixpkgs-1894a8b86c4f5233f4f28af3b93156aaaee44af1.tar.zst
nixpkgs-1894a8b86c4f5233f4f28af3b93156aaaee44af1.zip
* Converting packages. This is the minimal Nix stdenv for building
  the ATerm library.

svn path=/nixpkgs/trunk/; revision=459
Diffstat (limited to 'pkgs-ng/devel/libs/pcre/default.fix')
-rw-r--r--pkgs-ng/devel/libs/pcre/default.fix10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgs-ng/devel/libs/pcre/default.fix b/pkgs-ng/devel/libs/pcre/default.fix
new file mode 100644
index 00000000000..76a06fe7f2c
--- /dev/null
+++ b/pkgs-ng/devel/libs/pcre/default.fix
@@ -0,0 +1,10 @@
+{stdenv, fetchurl}: derivation
+  { name = "pcre-4.3"
+  , system = stdenv.system
+  , builder = ./builder.sh
+  , src = fetchurl
+      { url = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-4.3.tar.bz2
+      , md5 = "7bc7d5b590a41e6f9ede30f272002a02"
+      }
+  , stdenv = stdenv
+  }