nixpkgs/pkgs/swig/swig-build.sh
Eelco Dolstra 3372b3f8fd * Converted some more old descriptors.
svn path=/nixpkgs/trunk/; revision=209
2003-07-27 21:26:19 +00:00

10 lines
174 B
Bash
Executable file

#! /bin/sh
. $stdenv/setup || exit 1
tar xvfz $src || exit 1
cd SWIG-* || exit 1
LDFLAGS=-Wl,-S ./configure --prefix=$out || exit 1
gmake || exit 1
gmake install || exit 1