From ff759912e1339cadbafc7e1a048e2aafb8b44db9 Mon Sep 17 00:00:00 2001 From: davehome Date: Wed, 13 Jul 2011 04:24:00 -0600 Subject: [PATCH] New package: scons build tool --- srcpkgs/scons/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/scons/template diff --git a/srcpkgs/scons/template b/srcpkgs/scons/template new file mode 100644 index 00000000000..60a59c8ef1b --- /dev/null +++ b/srcpkgs/scons/template @@ -0,0 +1,20 @@ +# Template file for 'scons' +pkgname=scons +version=2.0.1 +distfiles="http://prdownloads.sourceforge.net/$pkgname/$pkgname-$version.tar.gz" +build_style=python-module +short_desc="SCons, a software construction tool" +maintainer="davehome " +homepage="http://www.scons.org/" +license="MIT" +checksum=0a8151da41c4a26c776c84f44f747ce03e093d43be3e83b38c14a76ab3256762 +long_desc=" + SCons is a software construction tool—that is, a superior alternative to the + classic "Make" build tool that we all know and love. + + SCons is implemented as a Python script and set of modules, and SCons + 'configuration files' are actually executed as Python scripts. This gives + SCons many powerful capabilities not found in other software build tools." + +Add_dependency run python +Add_dependency build python