1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
{
"name": "Star",
"description": "Standard tap archiver",
"url": "https://downloads.sourceforge.net/project/s-tar/star-1.5.3.tar.bz2",
"mirror": null,
"homepage": "https://cdrtools.sourceforge.io/private/star.html",
"depends": [
{
"depend": "smake",
"build-depend": true
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"ENV.deparallelize ",
"system \"smake\", \"GMAKE_NOWARN=true\", \"INS_BASE=#{prefix}\", \"INS_RBASE=#{prefix}\", \"install\"",
"(bin+\"gnutar\").unlink",
"(bin+\"tar\").unlink",
"(man1+\"gnutar.1\").unlink",
"lib.rmtree",
"include.rmtree",
"%w[makefiles makerules].each { |f| (man5/\"#{f}.5\").unlink }"
],
"version": "1.5.3",
"file": "star.rb"
}
|