Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=36a13b80b838e4ff7bdf95175f3ff79d19a698e3

commit 36a13b80b838e4ff7bdf95175f3ff79d19a698e3
Author: DeX77 <[email protected]>
Date:   Wed May 24 15:36:02 2017 +0200

fwupd-0.9.2-1-x86_64

* new package

diff --git a/source/gnome-extra/fwupd/FrugalBuild 
b/source/gnome-extra/fwupd/FrugalBuild
new file mode 100644
index 0000000..8ee50c5
--- /dev/null
+++ b/source/gnome-extra/fwupd/FrugalBuild
@@ -0,0 +1,32 @@
+# Compiling Time: 0 SBU
+# Maintainer: DeX77 <[email protected]>
+
+pkgname=fwupd
+pkgver=0.9.2
+pkgrel=1
+pkgdesc='A simple daemon to allow session software to update firmware'
+archs=('x86_64')
+depends=('fwupdate' 'colord')
+makedepends=('meson' 'gobject-introspection' 'polkit' 'gcab' 'appstream-glib' 
'gpgme' 'docbook-sgml-dtd-4.1' 'docbook-utils' 'perl-sgmlspm' 'docbook-xml' 
'docbook-xsl' 'opensp' 'openjade' 'gtk-doc')
+groups=('gnome-extra')
+_F_github_author="hughsie"
+_F_github_tag=yes
+Finclude github
+sha1sums=('52e0f60fb7213df3f1e87c3f3a98e15bab38697f')
+options=('scriptlet')
+
+build() {
+       export LC_ALL=en_US.utf8
+       Fcd
+       Fexec rm -rf build || Fdie
+       Fexec mkdir build || Fdie
+       Fexec meson --prefix=/usr \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --buildtype=plain build || Fdie
+
+       Fexec ninja -v -C build || Fdie
+       DESTDIR="$Fdestdir" ninja -v -C build install
+}
+
+# optimization OK
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to