Added Xvnc build to tightvnc
svn path=/nixpkgs/trunk/; revision=9404
This commit is contained in:
parent
a6f18fb565
commit
3ea21c3fdc
@ -4,6 +4,13 @@ buildPhase=buildPhase
|
|||||||
buildPhase() {
|
buildPhase() {
|
||||||
xmkmf
|
xmkmf
|
||||||
make World
|
make World
|
||||||
|
|
||||||
|
cd Xvnc
|
||||||
|
sed -e 's@.* CppCmd .*@#define CppCmd '$gcc'/bin/cpp@' -i config/cf/linux.cf
|
||||||
|
sed -e 's@.* CppCmd .*@#define CppCmd '$gcc'/bin/cpp@' -i config/cf/Imake.tmpl
|
||||||
|
./configure
|
||||||
|
make
|
||||||
|
cd ..
|
||||||
}
|
}
|
||||||
|
|
||||||
installPhase=installPhase
|
installPhase=installPhase
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "tightvnc-1.3.9";
|
name = "tightvnc-1.3.9";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
|
gcc=stdenv.gcc.gcc;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/vnc-tight/tightvnc-1.3.9_unixsrc.tar.bz2;
|
url = mirror://sourceforge/vnc-tight/tightvnc-1.3.9_unixsrc.tar.bz2;
|
||||||
sha256 = "0nij6kyzwxf7nblwd6riwqhzh8b8xwdffpj379zi5y9mcmiwmalr";
|
sha256 = "0nij6kyzwxf7nblwd6riwqhzh8b8xwdffpj379zi5y9mcmiwmalr";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user