summaryrefslogtreecommitdiffstats
path: root/spice-protocol/Pkgfile
blob: 4f579c77779edf5999616cbdc4ebdbb16e90178b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
}