Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=59db24cb58d00103ab7630419750f50d77603022
commit 59db24cb58d00103ab7630419750f50d77603022 Author: DeX77 <[email protected]> Date: Fri Aug 8 11:00:35 2014 +0200 x2golxdebindings-1.0.2.2-1-x86_64 * new package diff --git a/source/x11-extra/x2golxdebindings/FrugalBuild b/source/x11-extra/x2golxdebindings/FrugalBuild new file mode 100644 index 0000000..15461d4 --- /dev/null +++ b/source/x11-extra/x2golxdebindings/FrugalBuild @@ -0,0 +1,23 @@ +# Compiling Time: 0 SBU +# Maintainer: DeX77 <[email protected]> + +pkgname=x2golxdebindings +pkgver=1.0.2.2 +pkgrel=1 +pkgdesc="X2Go bindings for LXDE" +groups=('x11-extra' 'x2go') +depends=('glib2') +archs=('i686' 'x86_64') +url="http://www.x2go.org" +Finclude lxde +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() { + Fcd + Fexerel x2gopcmanfm/x2gopcmanfm usr/bin/x2gopcmanfm + Fcprel share usr + +} +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
