1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/srts/srts-build.sh

25 lines
261 B
Bash
Raw Normal View History

#! /bin/sh
set -e
export NIX_LDFLAGS=-Wl,-s
. $stdenv/setup
export PATH=$autoxt/bin:$PATH
echo "out: $out"
echo "pwd: `pwd`"
echo "src: $src"
ls $src
cp -r $src srts
ls
cd srts
./bootstrap
./configure --prefix=$out --with-aterm=$aterm
make
make install