# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header:$ inherit eutils rpm MY_P1="$P-1" DESCRIPTION="MuPAD is an open computer algebra system" SRC_URI="http://www.mupad.de/download/data/mupadpro4/${MY_P1}-linux-i386.rpm" HOMEPAGE="http://www.mupad.de/" SLOT="0" KEYWORDS="x86 amd64" LICENSE="mupad" IUSE="" RESTRICT="strip" DEPEND="" src_unpack() { rpm_src_unpack || die cd "$WORKDIR" || die chown -R root:root "${WORKDIR}" find "${WORKDIR}" -type d -print0 | xargs -0 chmod u=rwx,go=rx,a-s find "${WORKDIR}" -type f -print0 | xargs -0 chmod a+rw,go-w,a-s } src_install() { mv ${WORKDIR}/* ${D} }