diff options
author | Rene Wagner <rw@handhelds.org> | 2006-05-13 18:47:46 +0200 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2006-05-13 18:47:46 +0200 |
commit | 8fb7cc8c9a09c090d60eb10d499a1dd07a5fd313 (patch) | |
tree | 55c778ec2180ecbe4a89a2f5c41c6d004683ac33 /org.handhelds.familiar/conf/distro/familiar-feeds.inc | |
parent | 6ce208c6a83e91aee72786a8881e7b6108d6571b (diff) |
familiar: rework feed handling. add config files for v0.8.4(-rc*).familiar-v0.8.4-rc2.3-tagfamiliar-v0.8.4-rc2.3
Diffstat (limited to 'org.handhelds.familiar/conf/distro/familiar-feeds.inc')
-rw-r--r-- | org.handhelds.familiar/conf/distro/familiar-feeds.inc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/org.handhelds.familiar/conf/distro/familiar-feeds.inc b/org.handhelds.familiar/conf/distro/familiar-feeds.inc new file mode 100644 index 0000000..411c97e --- /dev/null +++ b/org.handhelds.familiar/conf/distro/familiar-feeds.inc @@ -0,0 +1,24 @@ +DISTRO_FEED_PREFIX = "http://ftp.handhelds.org/distributions/familiar/releases/${DISTRO_VERSION}/feed" + +DISTRO_FEEDS_prepend () { +# Familiar ${DISTRO_VERSION} feeds + +# base - essential packages +src/gz base ${DISTRO_FEED_PREFIX}/base +src/gz base-${MACHINE} ${DISTRO_FEED_PREFIX}/base/machine/${MACHINE} + +# updates - security and bugfix updates go in this feed +src/gz updates ${DISTRO_FEED_PREFIX}/updates +src/gz updates-${MACHINE} ${DISTRO_FEED_PREFIX}/updates/machine/${MACHINE} + +# common - additional packages not specific to any graphical environment +src/gz common ${DISTRO_FEED_PREFIX}/common +src/gz common-${MACHINE} ${DISTRO_FEED_PREFIX}/common/machine/${MACHINE} +} + +DISTRO_LOCALE_FEEDS_PREFIXES = "${DISTRO_FEED_PREFIX}/base ${DISTRO_FEED_PREFIX}/updates ${DISTRO_FEED_PREFIX}/common" + +DISTRO_LOCALE_FEEDS_HEADER_prepend () { +# Familiar ${DISTRO_VERSION} locale feeds + +} |