]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/conf/distro/familiar-feeds.inc
familiar: rework feed handling. add config files for v0.8.4(-rc*).
[familiar-h63xx-build.git] / org.handhelds.familiar / conf / distro / familiar-feeds.inc
1 DISTRO_FEED_PREFIX = "http://ftp.handhelds.org/distributions/familiar/releases/${DISTRO_VERSION}/feed"
2
3 DISTRO_FEEDS_prepend () {
4 # Familiar ${DISTRO_VERSION} feeds
5
6 # base - essential packages
7 src/gz base ${DISTRO_FEED_PREFIX}/base
8 src/gz base-${MACHINE} ${DISTRO_FEED_PREFIX}/base/machine/${MACHINE}
9
10 # updates - security and bugfix updates go in this feed
11 src/gz updates ${DISTRO_FEED_PREFIX}/updates
12 src/gz updates-${MACHINE} ${DISTRO_FEED_PREFIX}/updates/machine/${MACHINE}
13
14 # common - additional packages not specific to any graphical environment
15 src/gz common ${DISTRO_FEED_PREFIX}/common
16 src/gz common-${MACHINE} ${DISTRO_FEED_PREFIX}/common/machine/${MACHINE}
17 }
18
19 DISTRO_LOCALE_FEEDS_PREFIXES = "${DISTRO_FEED_PREFIX}/base ${DISTRO_FEED_PREFIX}/updates ${DISTRO_FEED_PREFIX}/common"
20
21 DISTRO_LOCALE_FEEDS_HEADER_prepend () {
22 # Familiar ${DISTRO_VERSION} locale feeds
23
24 }