scons: remove long_desc.
This commit is contained in:
parent
20cd8862e8
commit
d6e1f792bb
1 changed files with 1 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'scons'
|
# Template file for 'scons'
|
||||||
pkgname=scons
|
pkgname=scons
|
||||||
version=2.3.0
|
version=2.3.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python"
|
hostmakedepends="python"
|
||||||
depends="python"
|
depends="python"
|
||||||
|
@ -14,10 +14,3 @@ homepage="http://www.scons.org/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="http://prdownloads.sourceforge.net/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="http://prdownloads.sourceforge.net/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=9442069999cf4b2caa94a5886ab4c2c71de1718ed5e9176c18e2b6dbca463b4b
|
checksum=9442069999cf4b2caa94a5886ab4c2c71de1718ed5e9176c18e2b6dbca463b4b
|
||||||
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."
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue