DESCRIPTION="Microsoft compress.exe/expand.exe compatible (de)compressor" SRC_URI="ftp://ftp.penguin.cz/pub/users/mhi/mscompress/${P}.tar.bz2" HOMEPAGE="http://www.penguin.cz/~mhi/ftp/mscompress/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" DEPEND="virtual/glibc" RDEPEND="${DEPEND} >=sys-apps/sed-4" src_unpack() { unpack ${A} cd ${S} sed -i.orig -e "s/\$(CC)/\$(CC) \$(CFLAGS)/g" Makefile.in } src_compile() { econf emake || die } src_install() { make BUILDROOT=${D} install dodoc README ChangeLog # taken from magic.add, modified for gentoo if [ -z "`grep END_OF_MSCOMPRESS /usr/share/misc/file/magic`" ] ; then dodir /usr/share/misc/file cat /usr/share/misc/file/magic magic.mscompress > ${D}/usr/share/misc/file/magic fi }