mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 12:37:14 +08:00
scons: update to 2.5.1
This commit is contained in:
parent
59cbb34ccf
commit
f0e99c07e5
@ -1,5 +1,5 @@
|
|||||||
pkgname=scons
|
pkgname=scons
|
||||||
pkgver=2.4.1
|
pkgver=2.5.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Extensible Python-based build utility"
|
pkgdesc="Extensible Python-based build utility"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@ -7,16 +7,16 @@ url="http://scons.org"
|
|||||||
license=('custom')
|
license=('custom')
|
||||||
depends=('python2')
|
depends=('python2')
|
||||||
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
|
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
|
||||||
md5sums=('9a0ddf33d9839f04380e0fae87cc4b40')
|
md5sums=('aaaf09e1351a598f98d17b0cf1103e7a')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
|
||||||
python2 setup.py install --standard-lib \
|
python2 setup.py install --standard-lib \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--install-data=/usr/share \
|
--install-data=/usr/share \
|
||||||
--optimize=1 \
|
--optimize=1 \
|
||||||
--root="${pkgdir}"
|
--root="${pkgdir}"
|
||||||
|
|
||||||
install -D -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
install -D -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user