summaryrefslogtreecommitdiffstats
path: root/extra/scons/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:13:19 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:13:19 +0200
commit025767e5a52635cd2ac1fab364ac5486b7670282 (patch)
tree343aeef7210593513d3d5523e08edc0c59d22a40 /extra/scons/Pkgfile
parente7c23005d6dddd1ca624deb321787f4399e4daae (diff)
downloadnutyx-pakxe-025767e5a52635cd2ac1fab364ac5486b7670282.tar.gz
nutyx-pakxe-025767e5a52635cd2ac1fab364ac5486b7670282.tar.bz2
nutyx-pakxe-025767e5a52635cd2ac1fab364ac5486b7670282.tar.xz
nutyx-pakxe-025767e5a52635cd2ac1fab364ac5486b7670282.zip
scons dans extra
Diffstat (limited to 'extra/scons/Pkgfile')
-rw-r--r--extra/scons/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/scons/Pkgfile b/extra/scons/Pkgfile
new file mode 100644
index 000000000..90683bf0f
--- /dev/null
+++ b/extra/scons/Pkgfile
@@ -0,0 +1,17 @@
+# Description: SCons is an open source software contruction tool that is a substitute for make.
+# URL: http://scons.org
+# Maintainer: skingrapher at legtux dot org
+# Depends on:
+# Run on:
+
+name=scons
+version=2.0.1
+release=1
+source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
+build ()
+{
+ cd $name-$version
+ python2 setup.py install --standard-lib --prefix=/usr --install-data=/usr/share --root=$PKG;
+ install -D -m644 LICENSE.txt $PKG/usr/share/licenses/$name/LICENSE
+}
+