scons: set noarch, fixed mandir, revbump.
This commit is contained in:
parent
8362af1189
commit
cdaddee576
1 changed files with 7 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'scons'
|
# Template file for 'scons'
|
||||||
pkgname=scons
|
pkgname=scons
|
||||||
version=2.0.1
|
version=2.0.1
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="http://prdownloads.sourceforge.net/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="http://prdownloads.sourceforge.net/$pkgname/$pkgname-$version.tar.gz"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
short_desc="SCons, a software construction tool"
|
short_desc="SCons, a software construction tool"
|
||||||
|
@ -17,7 +17,11 @@ long_desc="
|
||||||
configuration files are actually executed as Python scripts. This gives
|
configuration files are actually executed as Python scripts. This gives
|
||||||
SCons many powerful capabilities not found in other software build tools."
|
SCons many powerful capabilities not found in other software build tools."
|
||||||
|
|
||||||
|
noarch=yes
|
||||||
pycompile_dirs="usr/lib/scons-$version/SCons"
|
pycompile_dirs="usr/lib/scons-$version/SCons"
|
||||||
|
Add_dependency full python
|
||||||
|
|
||||||
Add_dependency run python
|
post_install() {
|
||||||
Add_dependency build python
|
vmkdir usr/share
|
||||||
|
mv ${DESTDIR}/usr/man ${DESTDIR}/usr/share
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue