summaryrefslogtreecommitdiffstats
path: root/spice-protocol/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot org>2012-04-03 18:18:02 +0200
committertnut <tnut at nutyx dot org>2012-04-03 18:18:02 +0200
commit5dd4048765e237d6210ed799359cb7c397b1e4e6 (patch)
tree976332f524be6a07082a275a63fc0dac0215fca2 /spice-protocol/Pkgfile
parente9ef802a013ac393a057134f1fdaad745aa38573 (diff)
downloadnutyx-extra-5dd4048765e237d6210ed799359cb7c397b1e4e6.tar.gz
nutyx-extra-5dd4048765e237d6210ed799359cb7c397b1e4e6.tar.bz2
nutyx-extra-5dd4048765e237d6210ed799359cb7c397b1e4e6.tar.xz
nutyx-extra-5dd4048765e237d6210ed799359cb7c397b1e4e6.zip
déplacé dans base
Diffstat (limited to 'spice-protocol/Pkgfile')
-rw-r--r--spice-protocol/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/spice-protocol/Pkgfile b/spice-protocol/Pkgfile
deleted file mode 100644
index 4f579c777..000000000
--- a/spice-protocol/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: Permet interactivitée avec les bureaux virtuels
-# URL: http://www.spice-space.org/home.html
-# Maintainer: NuTyX core team
-# Packager: tnut at nutyx dot com
-# Depends on:
-# Run on:
-
-name=spice-protocol
-version=0.9.1
-release=1
-source=(http://www.spice-space.org/download/releases/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
-
- ./configure $XORG_CONFIG
-
- make
- make DESTDIR=$PKG install
-}