Magellan Linux

Annotation of /smage/trunk/include/mcore-split.sminc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29 - (hide annotations) (download)
Sun Jan 3 21:54:53 2010 UTC (14 years, 4 months ago) by niro
File size: 342 byte(s)
-generic mcore split defines
1 niro 29 # $Id$
2     # mcore split packages
3    
4     # global split defines
5     : ${SPLIT_PACKAGES="${PNAME} ${PNAME}-dev"}
6    
7     mcore-split_generate_split_info_dev()
8     {
9     eval "split_info_${PNAME}-dev()
10     {
11     DESCRIPTION="Development files for ${PCATEGORE}/${PNAME}-${PVER}-${PBUILD}."
12     DEPEND=">= ${PCATEGORIE}/${PNAME}-${PVER}"
13     }"
14     }
15    
16     mcore-split_generate_split_info_dev