[arch-commits] Commit in scons/repos (testing-any testing-any/PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Oct 5 07:44:11 UTC 2017
Date: Thursday, October 5, 2017 @ 07:44:11
Author: arojas
Revision: 306784
archrelease: copy trunk to testing-any
Added:
scons/repos/testing-any/
scons/repos/testing-any/PKGBUILD
(from rev 306783, scons/trunk/PKGBUILD)
----------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
Copied: scons/repos/testing-any/PKGBUILD (from rev 306783, scons/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2017-10-05 07:44:11 UTC (rev 306784)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Lukas Sabota <punkrockguy318 at comcast.net>
+# Contributor: Brice Carpentier <brice at dlfp.org>
+
+# reminder: scons moving to py3 any time soon
+
+pkgname=scons
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="Extensible Python-based build utility"
+arch=('any')
+url="http://scons.org"
+license=('MIT')
+depends=('python')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('1c99878d0eaf9b768b50721e913142d3')
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ python setup.py install --standard-lib \
+ --prefix=/usr \
+ --install-data=/usr/share \
+ --optimize=1 \
+ --root="$pkgdir"
+
+ install -Dm644 LICENSE.txt \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list