Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ryuotesting.git;a=commitdiff;h=ed0d299d3e596c00de774808b9779929e904f6f3
commit ed0d299d3e596c00de774808b9779929e904f6f3 Author: bouleetbil <[email protected]> Date: Thu Nov 24 11:27:20 2011 +0100 spice-0.10.0-4-i686 *added subpkg spice-server diff --git a/source/xlib-extra/spice/FrugalBuild b/source/xlib-extra/spice/FrugalBuild index d842c7d..d2733e7 100644 --- a/source/xlib-extra/spice/FrugalBuild +++ b/source/xlib-extra/spice/FrugalBuild @@ -3,7 +3,7 @@ pkgname=spice pkgver=0.10.0 -pkgrel=3 +pkgrel=4 url="http://spice-space.org" source=("http://www.spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2") up2date="Flasttar http://www.spice-space.org/download/releases/" @@ -15,10 +15,21 @@ archs=('i686' 'x86_64') sha1sums=('1339180eda7a6ec307b06db35b44a8afca7afe7b') Fconfopts="$Fconfopts --enable-gui --enable-opengl" +subpkgs=("${subpkgs[@]}" 'spice-server') +subdescs=("${subdescs[@]}" 'Implements the server side of the SPICE protocol') +subrodepends=("${subrodepends[@]}" "$pkgname=$pkgver") +subdepends=("${subdepends[@]}" "celt051 libglu libjpeg pixman cyrus-sasl libuuid") +subgroups=("${subgroups[@]}" 'xlib-extra') +subarchs=("${subarchs[@]}" 'i686 x86_64') + build() { Fcd Fconf - #TODO added server and split it + Fsed "tests" "" server/Makefile* make -C common || Fdie + make -C client || Fdie make DESTDIR=$Fdestdir -C client install || Fdie + make DESTDIR=$Fdestdir install || Fdie + Fsplit spice-server usr/lib/libspice-server.so* + Fsplit spice-server usr/lib/pkgconfig/spice-server.pc } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
