]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-multilib.conf
- more simple and less overhead
[packages/poldek.git] / poldek-multilib.conf
1 # $Id$
2 # PLD Linux Distribution <http://www.pld-linux.org/>.
3 #
4 # Alternative multilib sources for PLD Linux 3.0 (Th)
5
6 _arch   = %ARCH%
7 _pld_main_prefix = ftp://ftp.th.pld-linux.org/dists/th
8
9 ## Some mirrors
10 ## You can use them if you have better connection there
11 # CI TASK:
12 #_prefix = ftp://ftp.task.pld-linux.org/dists/th
13 _prefix = %{_pld_main_prefix}
14
15 [source]
16 type   = pndir
17 name   = th-%{_arch}
18 path   = %{_prefix}/PLD/%{_arch}/RPMS/
19 ignore = kernel-*
20 auto   = no
21 autoup = no
22
23 [source]
24 type   = pndir
25 name   = th-%{_arch}-obsolete
26 path   = %{_prefix}/obsolete/%{_arch}/RPMS/
27 ignore = kernel-*
28 auto   = no
29 autoup = no
30
31 [source]
32 type   = pndir
33 name   = th-%{_arch}-ready
34 path   = %{_pld_main_prefix}/ready/%{_arch}/RPMS/
35 ignore = kernel-*
36 auto   = no
37 autoup = no
38
39 [source]
40 type   = pndir
41 name   = th-%{_arch}-test
42 path   = %{_pld_main_prefix}/test/%{_arch}/RPMS/
43 ignore = kernel-*
44 auto   = no
45 autoup = no
This page took 0.025187 seconds and 3 git commands to generate.