Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bfbf604fa765c9cd919e796f8d1f938df98251fb
commit bfbf604fa765c9cd919e796f8d1f938df98251fb Author: DeX77 <[email protected]> Date: Fri Aug 8 13:35:33 2014 +0200 x2gobroker-0.0.2.3-1-x86_64 * new package diff --git a/source/network-extra/x2gobroker/FrugalBuild b/source/network-extra/x2gobroker/FrugalBuild new file mode 100644 index 0000000..fd910b2 --- /dev/null +++ b/source/network-extra/x2gobroker/FrugalBuild @@ -0,0 +1,22 @@ +# Compiling Time: 0 SBU +# Maintainer: DeX77 <[email protected]> + +pkgname=x2gobroker +pkgver=0.0.2.3 +pkgrel=1 +pkgdesc="X2Go Session Broker Daemon" +groups=('network-extra' 'x2go') +depends=('glib2') +makedepends=('python-distribute') +archs=('i686' 'x86_64') +url="http://www.x2go.org" +source=("http://code.x2go.org/releases/source/$pkgname/$pkgname-$pkgver.tar.gz") +up2date="Flasttar http://code.x2go.org/releases/source/$pkgname" +signatures=("${source[0]}.asc") + +build() { + Fmake + Fmakeinstall PREFIX=/usr +} + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
