aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scons/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/scons/APKBUILD')
-rw-r--r--testing/scons/APKBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/scons/APKBUILD b/testing/scons/APKBUILD
deleted file mode 100644
index 5aa6abd188..0000000000
--- a/testing/scons/APKBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Contributor: William Pitcock <nenolod@dereferenced.org>
-# Maintainer: William Pitcock <nenolod@dereferenced.org>
-pkgname=scons
-pkgver=2.1.0
-pkgrel=1
-pkgdesc="scons software construction system"
-url="http://www.scons.org/"
-arch="noarch"
-license="MIT"
-depends="python"
-makedepends="python-dev"
-install=
-source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
-_builddir="$srcdir"/$pkgname-$pkgver
-
-build() {
- cd "$_builddir"
- python setup.py build || return 1
-}
-
-package() {
- cd "$_builddir"
- python setup.py install --prefix=/usr --root="$pkgdir" || return 1
-}
-
-md5sums="47daf989e303a045b76c11236df719df scons-2.1.0.tar.gz"