From: rhyhann <[email protected]> New Package. --- source/xapps-extra/bashrun/FrugalBuild | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) create mode 100644 source/xapps-extra/bashrun/FrugalBuild
diff --git a/source/xapps-extra/bashrun/FrugalBuild b/source/xapps-extra/bashrun/FrugalBuild new file mode 100644 index 0000000..b9b26f8 --- /dev/null +++ b/source/xapps-extra/bashrun/FrugalBuild @@ -0,0 +1,17 @@ +# Compiling Time: 0 SBU +# Maintainer: +# Contributor: Othmane Benkirane <[email protected]> + +pkgname=bashrun +pkgver=0.13 +pkgrel=1 +pkgdesc="A lite application launcher based on bash" +groups=('xapps-extra') +depends=('xdotool') +archs=('i686') +Finclude sourceforge +sha1sums=('28d601e824c3d2a7729d80e21327b90ad4b303d8') +build() { + Fcd + ./install.sh --prefix=$Fdestdir/usr || Fdie +} -- 1.6.3.3 _______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
