]> git.pld-linux.org Git - packages/poldek.git/blame_incremental - poldek-multilib-ti.conf
- rel 4; don't generate invalid config files
[packages/poldek.git] / poldek-multilib-ti.conf
... / ...
CommitLineData
1# PLD Titanium (Ti), multilib config
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############################################################
9
10###
11# PLD Linux Titanium (Ti) Stable version
12[source]
13type = pndir
14name = ti-%{_arch}
15path = %{_prefix}/stable/PLD/%{_arch}/RPMS/
16auto = no
17autoup = no
18
19###
20# PLD Linux Titanium (Ti) Stable version, test packages
21[source]
22type = pndir
23name = ti-test-%{_arch}
24path = %{_prefix}/stable/test/%{_arch}/RPMS/
25auto = no
26autoup = no
27
28############################################################
29
30###
31# PLD Linux Titanium (Ti) Devel version
32[source]
33type = pndir
34name = ti-dev-%{_arch}
35path = %{_prefix}/devel/PLD/%{_arch}/RPMS/
36auto = no
37autoup = no
38
39###
40# PLD Linux Titanium (Ti) Devel version, test packages
41[source]
42type = pndir
43name = ti-dev-test-%{_arch}
44path = %{_prefix}/devel/test/%{_arch}/RPMS/
45auto = no
46autoup = no
This page took 0.024112 seconds and 4 git commands to generate.