Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=6e5809f582dfae4603771b35edb2345e588c7ebd
commit 6e5809f582dfae4603771b35edb2345e588c7ebd Author: Anthony Jorion <[email protected]> Date: Tue Jan 14 23:30:17 2014 +0100 xfdashboard-0.1.1-1-i686 * New package diff --git a/source/xfce4-extra/xfdashboard/FrugalBuild b/source/xfce4-extra/xfdashboard/FrugalBuild new file mode 100644 index 0000000..f303179 --- /dev/null +++ b/source/xfce4-extra/xfdashboard/FrugalBuild @@ -0,0 +1,28 @@ +# Compiling Time: 0.19 SBU +# Maintainer: Anthony Jorion <[email protected]> + +options+=('asneeded') + +pkgname=xfdashboard +pkgver=0.1.1 +_F_arvchive_name=$pkgver +pkgrel=1 +pkgdesc="A Gnome-shell like for Xfce" +groups=('xfce4-extra') +archs=('i686' 'x86_64') +depends=('libwnck2' 'clutter' 'xfconf' 'garcon' 'dbus-glib' 'glib2') +makedepends=('xfce4-dev-tools') +_F_github_author="gmc-holle" +_F_github_tag="y" +Finclude github +source="https://github.com/gmc-holle/xfdashboard/archive/$pkgver.tar.gz" +sha1sums=('d6596ca3f9337a936ea7c0492bd4f306bffd0065') + +build() +{ + Fcd + Fsed "AM_CONFIG_HEADER" "AC_CONFIG_HEADERS" configure.ac.in + ./autogen.sh --prefix=/usr || Fdie + make || Fdie + Fmakeinstall +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
