summaryrefslogtreecommitdiff
path: root/config/tor-src-package.cfg
blob: 1b8e949f990a24b95ca80ebb13cd9dab1c760ffc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

# This is package is name 'tor-source'
name = "tor-source"

# Encodes version 0.1.2.
version = [0, 2, 1, 9]

# What kind of package is this?
format = "src"

# Where in the repository does it go?
location = "/pkginfo/tor/source/tor-source-0.2.1.9.txt"

# Where in the repository does its underlying rpm or exe (etc) file go?
relpath = "/data/tor-0.2.1.9-alpha.tar.gz"

# Decriptions of the package.
ShortDesc('en',  "Tor source package.")
LongDesc('en',
"""This is an example package of the Tor sourc code.

Its description is not quite so long as it might be, but hey.""")