Merge bk://openembedded@openembedded.bkbits.net/packages
[vuplus_openembedded] / postfix / postfix-native_2.0.15.oe
1 SECTION = "console/network"
2 include postfix_${PV}.oe
3 inherit native
4 FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/postfix-${PV}"
5 DEPENDS = "db3-native pcre-native"
6 export DIRS = "src/util src/global src/postconf"
7
8 do_stage () {
9         install -m 0755 src/postconf/postconf ${STAGING_BINDIR}/
10 }