recipes
packages recipes for the <noname> package manager
Log
|
Files
|
Refs
build (75B)
1
#!/bin/sh -ex
2
3
./configure --prefix="$PREFIX" --enable-static
4
make install