ncompress provided by griswold
svn path=/nixpkgs/trunk/; revision=19410
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
source $stdenv/setup
|
||||
installFlags="PREFIX=$out"
|
||||
|
||||
preBuild() {
|
||||
cp Makefile.def Makefile
|
||||
}
|
||||
|
||||
postInstall() {
|
||||
rm $out/bin/uncompress* $out/bin/zcat*
|
||||
ln -s compress $out/bin/uncompress
|
||||
ln -s compress $out/bin/zcat
|
||||
}
|
||||
|
||||
genericBuild
|
||||
Reference in New Issue
Block a user