gnu: Add java-osgi-service-packageadmin.
* gnu/packages/java.scm (java-osgi-service-packageadmin): New variable.
This commit is contained in:
parent
fb9c48b829
commit
500aac750e
|
@ -5253,3 +5253,30 @@ bundle tracking utility classes.")
|
|||
and service platform for the Java programming language. This package contains
|
||||
utility classes for the configuration of services.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public java-osgi-service-packageadmin
|
||||
(package
|
||||
(name "java-osgi-service-packageadmin")
|
||||
(version "1.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://central.maven.org/maven2/org/osgi/"
|
||||
"org.osgi.service.packageadmin/"
|
||||
version "/org.osgi.service.packageadmin-"
|
||||
version "-sources.jar"))
|
||||
(sha256
|
||||
(base32
|
||||
"041mpxzi7g36wmcily6y4ccn3jx15akpdy8gmhyb7m98x7qfvn52"))))
|
||||
(build-system ant-build-system)
|
||||
(arguments
|
||||
`(#:jar-name "osgi-service-packageadmin.jar"
|
||||
#:tests? #f)); no tests
|
||||
(inputs
|
||||
`(("framework" ,java-osgi-framework)))
|
||||
(home-page "http://www.osgi.org")
|
||||
(synopsis "OSGI Package Administration")
|
||||
(description
|
||||
"OSGi, for Open Services Gateway initiative framework, is a module system
|
||||
and service platform for the Java programming language. This package contains
|
||||
the packageadmin service.")
|
||||
(license license:asl2.0)))
|
||||
|
|
Loading…
Reference in New Issue