Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F2411
0001-Initial-working-Scala.patch
DataDrake (Beatrice T. Meyers)
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
DataDrake
Sep 4 2016, 6:34 PM
2016-09-04 18:34:00 (UTC+0)
Size
3 KB
Referenced Files
None
Subscribers
None
0001-Initial-working-Scala.patch
View Options
From 9785a65e36ad0e6d411c085a0282386cc35bbef5 Mon Sep 17 00:00:00 2001
From: "Bryan T. Meyers" <bmeyers@datadrake.com>
Date: Sun, 4 Sep 2016 14:31:22 -0400
Subject: [PATCH] Initial working Scala
---
Makefile | 1 +
package.yml | 26 ++++++++++++++++++++++++++
pspec_x86_64.xml | 36 ++++++++++++++++++++++++++++++++++++
3 files changed, 63 insertions(+)
create mode 100644 Makefile
create mode 100644 package.yml
create mode 100644 pspec_x86_64.xml
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..0a42375
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/package.yml b/package.yml
new file mode 100644
index 0000000..c82555e
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,26 @@
+name : scala
+version : 2.11.8
+release : 1
+source :
+ - https://github.com/scala/scala/archive/v2.11.8.tar.gz : 4f11273b4b3c771019253b2c09102245d063a7abeb65c7b1c4519bd57605edcf
+license : BSD-3-Clause
+component : programming
+summary : Scala Language Toolchain
+description: |
+ Scala Language Toolchain
+builddeps :
+ - apache-ant
+ - git
+build : |
+ ant build-opt pack.doc osgi.done -Dbuild.release=true
+install : |
+ cd build/pack
+ ls -lah man/man1
+ install -d $installdir/usr/bin
+ install -d $installdir/usr/share/scala
+ cp -R lib $installdir/usr/share/scala
+ for pak in fsc scala scalac scaladoc scalap; do
+ install -D -m 00755 "bin/$pak" "$installdir/usr/share/scala/bin/$pak";
+ ln -s "/usr/share/scala/bin/$pak" "$installdir/usr/bin/$pak";
+ install -D -m 00644 "man/man1/$pak.1" "$installdir/usr/share/man/man1/$pak.1";
+ done
\ No newline at end of file
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
index 0000000..eaf79e9
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,36 @@
+<PISI>
+ <Source>
+ <Name>scala</Name>
+ <Packager>
+ <Name>Bryan T. Meyers</Name>
+ <Email>bmeyers@datadrake.com</Email>
+ </Packager>
+ <License>BSD-3-Clause</License>
+ <PartOf>programming</PartOf>
+ <Summary xml:lang="en">Scala Language Toolchain</Summary>
+ <Description xml:lang="en">Scala Language Toolchain
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>scala</Name>
+ <Summary xml:lang="en">Scala Language Toolchain</Summary>
+ <Description xml:lang="en">Scala Language Toolchain
+</Description>
+ <PartOf>programming</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="man">/usr/share/man</Path>
+ <Path fileType="data">/usr/share/scala</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2016-09-04</Date>
+ <Version>2.11.8</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Bryan T. Meyers</Name>
+ <Email>bmeyers@datadrake.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
--
2.9.2
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1564
Default Alt Text
0001-Initial-working-Scala.patch (3 KB)
Attached To
Mode
T470: scala
Attached
Detach File
Event Timeline
Log In to Comment