]> git.pld-linux.org Git - packages/poldek.git/blob - poldek.conf
- _pld_alt_arch definition must be at the top
[packages/poldek.git] / poldek.conf
1 # $Id$
2 # PLD <http://www.pld-linux.org/>
3
4 _pld_arch   = %ARCH%
5 _pld_alt_arch = %ALT_ARCH%
6 _pld_prefix = ftp://ftp.ac.pld-linux.org/dists/ac
7
8 _ac_idxtype = pdir
9
10 # PLD 2.0 (Ac)
11 [source]
12 type  = %{_ac_idxtype}
13 name  = ac
14 path  = %{_pld_prefix}/PLD/%{_pld_arch}/PLD/RPMS/
15
16 [source]
17 type  = %{_ac_idxtype}
18 name  = ac-updates-security
19 path  = %{_pld_prefix}/updates/security/%{_pld_arch}/
20
21 [source]
22 type  = %{_ac_idxtype}
23 name  = ac-updates-general
24 path  = %{_pld_prefix}/updates/general/%{_pld_arch}/
25 noauto  = yes
26
27 [source]
28 type  = %{_ac_idxtype}
29 name  = ac-supported
30 path  = %{_pld_prefix}/supported/%{_pld_arch}/
31 noauto  = yes
32
33 [source]
34 type  = %{_ac_idxtype}
35 name  = ac-ready
36 path  = %{_pld_prefix}/ready/%{_pld_arch}/
37 noauto  = yes
38
39 [source]
40 type  = %{_ac_idxtype}
41 name  = ac-test
42 path  = %{_pld_prefix}/test/%{_pld_arch}/
43 noauto  = yes
This page took 0.034909 seconds and 4 git commands to generate.