diff options
Diffstat (limited to 'extra/spice-protocol/Pkgfile')
-rw-r--r-- | extra/spice-protocol/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/spice-protocol/Pkgfile b/extra/spice-protocol/Pkgfile new file mode 100644 index 000000000..4f579c777 --- /dev/null +++ b/extra/spice-protocol/Pkgfile @@ -0,0 +1,20 @@ +# 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 +} |