]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-ti.conf
- more fixes
[packages/poldek.git] / poldek-ti.conf
1 # PLD Titanium
2 # Unofficial version of PLD Linux Distribution
3 # http://www.pld-linux.org/Titanium
4
5 _arch   = %ARCH%
6 _prefix = ftp://ftp.titanium.pld-linux.org/branches/titanium
7
8 _type = pndir
9
10 [source]
11 type   = %{_type}
12 name   = titanium
13 path   = %{_prefix}/PLD/%{_arch}/RPMS/
14
15 [source]
16 type   = %{_type}
17 name   = titanium
18 path   = %{_prefix}/PLD/noarch/RPMS/
19
20 [source]
21 type   = %{_type}
22 name   = titanium-ready
23 path   = %{_prefix}/ready/%{_arch}/RPMS/
24 auto   = no
25 autoup = no
26
27 [source]
28 type   = %{_type}
29 name   = titanium-ready
30 path   = %{_prefix}/ready/noarch/RPMS/
31 auto   = no
32 autoup = no
33
34 [source]
35 type   = %{_type}
36 name   = titanium-test
37 path   = %{_prefix}/test/%{_arch}/RPMS/
38 auto   = no
39 autoup = no
40
41 [source]
42 type   = %{_type}
43 name   = titanium-test
44 path   = %{_prefix}/test/noarch/RPMS/
45 auto   = no
46 autoup = no
This page took 0.029847 seconds and 3 git commands to generate.