summaryrefslogtreecommitdiffstats
path: root/base/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 /base/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 'base/scons/Pkgfile')
-rw-r--r--base/scons/Pkgfile17
1 files changed, 0 insertions, 17 deletions
diff --git a/base/scons/Pkgfile b/base/scons/Pkgfile
deleted file mode 100644
index 90683bf0f..000000000
--- a/base/scons/Pkgfile
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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
-}
-