summaryrefslogtreecommitdiff
path: root/spice-gtk/Pkgfile
blob: 77481699a745dbf20eb2dfe11d2e5d5ca6fb7c29 (plain)
    1 # Description: GTK viewer for the spice protocol
    2 # URL:         http://spice-space.org
    3 # Maintainer:  Thomas Penteker, tek at serverop dot de 
    4 # Depends on:  gtk3 cyrus-sasl python-six spice-protocol libepoxy xorg-libxinerama xorg-libxcursor xorg-libxcomposite json-glib gstreamer gst-plugins-base
    5 # Optional:    usbredir opus lz4
    6 
    7 name=spice-gtk
    8 version=0.36
    9 release=1
   10 source=(http://spice-space.org/download/gtk/spice-gtk-$version.tar.bz2)
   11 
   12 build() {
   13 
   14   cd $name-$version
   15 
   16   ./configure --prefix=/usr \
   17               --datarootdir=/usr/lib \
   18               --enable-gtk-doc-html=no
   19  
   20   make
   21   make DESTDIR=$PKG install
   22 
   23   rm -rf $PKG/usr/{lib/gtk-doc/,lib/systemd,lib/locale,share/locale}
   24 
   25 }

Generated by cgit