summaryrefslogtreecommitdiff
blob: 1766a93a0512664e124475b5b004760616ad7805 (plain)
1
2
3
4
5
6
7
PMS_PHASES=['pkg_pretend','pkg_setup','src_unpack','src_prepare','src_configure','src_compile',
    'src_test','src_install','pkg_preinst','pkg_postinst','pkg_prerm','pkg_postrm','pkg_config','pkg_info','pkg_nofetch']
GLOBAL_CONF_DIR='/usr/share/g-common/'
DRIVER_DIR='drivers/'
COMMON_EBUILD_FILE=GLOBAL_CONF_DIR+'common.ebuild'
MYDIR='.g-common'