.dep file syntax

General talk about packaging procedures and packages.
Post Reply
reedych
Posts: 37
Joined: 11. Mar 2017, 05:24

.dep file syntax

Post by reedych »

I made a package. It depends on java, but there's a lot of java packages. The pkg depends of these: "openjre OR openjdk OR jdk OR jdk8, ALSO libblackjack and (also for example) libfoo and foobar". So I have to write that: "openjre|openjdk|jdk|jdk8,libblackjack,libfoo,libbar"?
User avatar
gapan
Salix Wizard
Posts: 6238
Joined: 6. Jun 2009, 17:40

Re: .dep file syntax

Post by gapan »

Since we're not ever going to provide packages for jdk or jdk8 due to licensing issues, you shouldn't have to add those. But if you're asking if that dep file is valid, yes it is.
Image
Image
reedych
Posts: 37
Joined: 11. Mar 2017, 05:24

Re: .dep file syntax

Post by reedych »

gapan wrote:Since we're not ever going to provide packages for jdk or jdk8 due to licensing issues, you shouldn't have to add those. But if you're asking if that dep file is valid, yes it is.
Thanks!
Post Reply