]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-multilib.conf
Release 19 (by relup.sh)
[packages/poldek.git] / poldek-multilib.conf
1 # PLD Linux Distribution <http://www.pld-linux.org/>.
2 #
3 # Alternative multilib sources for PLD Linux 3.0 (Th)
4
5 _arch   = %ARCH%
6 _pld_main_prefix = https://ftp.th.pld-linux.org/dists/th
7
8 _prefix = %{_pld_main_prefix}
9
10 [source]
11 type   = pndir
12 name   = th-%{_arch}
13 path   = %{_prefix}/PLD/%{_arch}/RPMS/
14 ignore = kernel-*
15 auto   = no
16 autoup = no
17
18 [source]
19 type   = pndir
20 name   = th-%{_arch}-obsolete
21 path   = %{_prefix}/obsolete/%{_arch}/RPMS/
22 ignore = kernel-*
23 auto   = no
24 autoup = no
25
26 [source]
27 type   = pndir
28 name   = th-%{_arch}-ready
29 path   = %{_pld_main_prefix}/ready/%{_arch}/RPMS/
30 ignore = kernel-*
31 auto   = no
32 autoup = no
33
34 [source]
35 type   = pndir
36 name   = th-%{_arch}-test
37 path   = %{_pld_main_prefix}/test/%{_arch}/RPMS/
38 ignore = kernel-*
39 auto   = no
40 autoup = no
This page took 0.036598 seconds and 3 git commands to generate.