nsbin/u2u/clinux-install.sh
Nico Schottelius 4822602c84 add script to install software
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-07-21 11:00:12 +02:00

18 lines
320 B
Bash
Executable file

#!/bin/sh
#
# Nico Schottelius <nico-linux@schottelius.org>
# Date: 29-Sep-2005
# Last Modified: -
#
[ $# -eq 1 ] || exit 23
PACKAGE=$1; shift
PREFIX=/usr/packages/$PACKAGE
# Search package, if multiple exists, ask for full name
# Search links
# Remove links
# Remove package
./configure --prefix=$PREfIX $@ && make