15 lines
150 B
Plaintext
15 lines
150 B
Plaintext
|
version=4.2.2
|
||
|
source=(http://ftp.gnu.org/gnu/sed/sed-$version.tar.bz2)
|
||
|
|
||
|
build()
|
||
|
{
|
||
|
cd sed-$version
|
||
|
|
||
|
./configure --prefix=/tools
|
||
|
|
||
|
make
|
||
|
|
||
|
|
||
|
make install
|
||
|
}
|