PKGBUILDs/extra/scons/PKGBUILD
2009-10-09 21:23:22 -05:00

22 lines
820 B
Bash

# $Id: PKGBUILD 22137 2008-12-22 05:00:56Z douglas $
# Maintainer: damir <damir@archlinux.org>
# TU: Lukas Sabota <punkrockguy318@comcast.net>
# Contributor: Brice Carpentier <brice@dlfp.org>
pkgname=scons
pkgver=1.2.0
pkgrel=1
pkgdesc="SCons is an open source software contruction tool that is a substitute for make."
arch=("i686" "x86_64")
url="http://scons.org"
license=("custom")
depends=('python')
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
options=('force')
build() {
cd $startdir/src/$pkgname-$pkgver
python setup.py install --standard-lib --prefix=/usr --install-data=/usr/share --root=$startdir/pkg
install -D -m644 $startdir/src/$pkgname-$pkgver/LICENSE.txt $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
}
md5sums=('53b6aa7281811717a57598e319441cf7')