]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/postfix/postfix-native_2.0.20.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / postfix / postfix-native_2.0.20.bb
1 SECTION = "console/network"
2 include postfix_${PV}.bb
3 inherit native
4 FILESDIR = "${@os.path.dirname(bb.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 }