mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-20 16:12:22 +01:00
main/scons: upgrade to 3.0.0
This commit is contained in:
parent
1458bb599a
commit
0faed33bdd
@ -1,27 +1,25 @@
|
||||
# Contributor: William Pitcock <nenolod@dereferenced.org>
|
||||
# Maintainer: William Pitcock <nenolod@dereferenced.org>
|
||||
pkgname=scons
|
||||
pkgver=2.5.1
|
||||
pkgver=3.0.0
|
||||
pkgrel=0
|
||||
pkgdesc="scons software construction system"
|
||||
url="http://www.scons.org/"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="python2"
|
||||
makedepends="python2-dev"
|
||||
depends="python3"
|
||||
makedepends="python3-dev"
|
||||
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
python2 setup.py build || return 1
|
||||
python3 setup.py build
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1
|
||||
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
||||
}
|
||||
|
||||
md5sums="aaaf09e1351a598f98d17b0cf1103e7a scons-2.5.1.tar.gz"
|
||||
sha256sums="0b25218ae7b46a967db42f2a53721645b3d42874a65f9552ad16ce26d30f51f2 scons-2.5.1.tar.gz"
|
||||
sha512sums="0e39f7f22a6c4ecc13edcd843b050754da5ded5371b3a8b406395f7b53dd280f95f804707eec271f8de3624d06f5b4ba3cc788dc4eb891cad224a163544f51b9 scons-2.5.1.tar.gz"
|
||||
sha512sums="e52c31a21f8aab4bbb684a8770cbcb9eeef042d5c8c86ea2f4beb64ec0c50bc1ca4aa738a2bf92330bd26f8fa9589cb10314dc53defccc2825a5a13b01641b2d scons-3.0.0.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user