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