From: rhyhann <[email protected]> --- source/x11-extra/xdotool/FrugalBuild | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) create mode 100644 source/x11-extra/xdotool/FrugalBuild
diff --git a/source/x11-extra/xdotool/FrugalBuild b/source/x11-extra/xdotool/FrugalBuild new file mode 100644 index 0000000..05ade3b --- /dev/null +++ b/source/x11-extra/xdotool/FrugalBuild @@ -0,0 +1,22 @@ +# Compiling Time: 0 SBU +# Contributor: Othmane Benkirane <[email protected]> + +pkgname=xdotool +pkgver=20090710 +pkgrel=1 +pkgdesc="CLI X11 automation tool" + +_F_googlecode_dirname='semicomplete' +Finclude googlecode +url="http://www.semicomplete.com/projects/xdotool/" +depends=('libxtst') +rodepends=('shadow') +groups=('x11-extra') +archs=('i686') +sha1sums=('af80ad55b09b838295af4dae0b56746617b13b5f') + +build() { + Fmkdir usr/bin + Fmake + Fmakeinstall PREFIX=$Fdestdir/usr +} -- 1.6.3.3 _______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
