|
|
| |
src_unpack() { | src_unpack() { |
unpack ${A} | unpack ${A} |
epatch ${FILESDIR}/${PN}-0.19.3-final.patch |
epatch ${FILESDIR}/${PN}-${PV}-final.patch |
# in 0.19.3 it's a tar file of 0.19.2 | # in 0.19.3 it's a tar file of 0.19.2 |
rm ${S}/AUTHORS | rm ${S}/AUTHORS |
} | } |
| |
src_compile() { | src_compile() { |
make clean |
emake CFLAGS="$CFLAGS" || die |
emake || die |
|
} | } |
| |
src_install() { | src_install() { |
dobin unrtf bcount |
dobin unrtf |
doman unrtf.1 | doman unrtf.1 |
dohtml doc/unrtf.html | dohtml doc/unrtf.html |
dodoc CHANGES COPYING README TODO |
dodoc CHANGES README TODO |
} | } |