summaryrefslogtreecommitdiff
path: root/spice/Pkgfile
blob: 32839b01a7c461a07ec099ea5becb080f766c44a (plain)
    1 # Description: toolset for interaction with virtualized desktop devices
    2 # URL:         http://spice-space.org
    3 # Maintainer:  Thomas Penteker, tek at serverop dot de
    4 # Depends on:  glib celt51 alsa-lib xorg-libpixman libjpeg-turbo zlib python-pyparsing cyrus-sasl spice-protocol
    5 
    6 name=spice
    7 version=0.14.3
    8 release=1
    9 source=(https://www.spice-space.org/download/releases/spice-$version.tar.bz2)
   10 
   11 build() {
   12   cd $name-$version
   13 
   14   ./configure --prefix=/usr \
   15               --datarootdir=/usr/lib \
   16               --disable-opus \
   17               --disable-smartcard
   18 
   19   make
   20   make DESTDIR=$PKG install
   21 }

Generated by cgit