Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bd739c9ee358b5db06215e90fadef5cf22ee40ba
commit bd739c9ee358b5db06215e90fadef5cf22ee40ba Author: Pingax <[email protected]> Date: Fri Oct 28 14:38:58 2011 +0200 qfacture-20111025-1-i686 * New package diff --git a/source/xapps-extra/qfacture/FrugalBuild b/source/xapps-extra/qfacture/FrugalBuild new file mode 100644 index 0000000..0fa7ede --- /dev/null +++ b/source/xapps-extra/qfacture/FrugalBuild @@ -0,0 +1,37 @@ +# Compiling Time: 0 SBU +# Maintainer: Pingax <[email protected]> + +pkgname=qfacture +pkgver=20111025 +pkgrel=1 +pkgdesc="Open source billing for auto-entrepreneurs" +url="http://blog.julienpecqueur.com/index.php?static1/qfacture" +groups=('xapps-extra') +archs=('i686' 'x86_64') +depends=('libqtcore' 'libqtgui' 'qt4-plugin-mysql' 'libqtwebkit') +up2date="Flasttar http://ftp.frugalware.org/pub/other/people/pingax/snapshots/$pkgname/" +source=("http://ftp.frugalware.org/pub/other/people/pingax/snapshots/$pkgname/$pkgname-$pkgver.tar.gz" \ + README.frugalware) +sha1sums=('af61f80ce83317ad1b6a89d2ade15674f00b6021' \ + 'e64c710ebbbd428d1ee7a1597b725e29b8e0019f') + +_F_desktop_categories="Office" +_F_desktop_icon="$pkgname.png" +_F_desktop_exec="/usr/bin/Qfacture" + +build() +{ + Fcd + qmake Qfacture.pro + make clean + make + + Fmkdir usr/bin + Fmkdir usr/share/$pkgname + Fcp $_F_cd_path/bin/Qfacture usr/bin/ + Fcp $_F_cd_path/qfacture_create_database.sql /usr/share/$pkgname + Ficon $_F_cd_path/dist/$pkgname.png + Fdesktop2 +} + +# optimization OK diff --git a/source/xapps-extra/qfacture/README.frugalware b/source/xapps-extra/qfacture/README.frugalware new file mode 100644 index 0000000..0da888a --- /dev/null +++ b/source/xapps-extra/qfacture/README.frugalware @@ -0,0 +1,7 @@ +README file for Qfacture +----------------------- +Before using Qfacture, you need to import some data to MySQL. +The file, located in '/usr/share/qfacture/', contains all data needed to +start using Qfacture. + +Just import the file 'qfacture_create_database.sql' in MYSQL. _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
