Skip to content

Commit

Permalink
* GNU hello package added.
Browse files Browse the repository at this point in the history
svn path=/nixpkgs/branches/logistics/; revision=397
  • Loading branch information
edolstra committed Sep 24, 2003
1 parent 915672f commit 4ff1c29
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pkgs/hello/hello-build.sh
@@ -0,0 +1,9 @@
#! /bin/sh

export PATH=/usr/bin:/bin

tar xvfz $src || exit 1
cd hello-* || exit 1
./configure --prefix=$out || exit 1
make || exit 1
make install || exit 1
10 changes: 10 additions & 0 deletions pkgs/hello/hello.fix
@@ -0,0 +1,10 @@
Package(
[ ("name", "hello-2.1.1")
, ("build", Relative("hello/hello-build.sh"))

, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "http://ftp.gnu.org/gnu/hello/hello-2.1.1.tar.gz")
, ("md5", "70c9ccf9fac07f762c24f2df2290784d")
]))
]
)

0 comments on commit 4ff1c29

Please sign in to comment.