--- scigraphica-2.0.0.pablo.ebuild 2005-05-21 18:30:51.284213304 +0200 +++ scigraphica-2.0.0.ebuild 2005-05-21 18:32:02.379813684 +0200 @@ -5,25 +5,22 @@ inherit eutils DESCRIPTION="Scientific application for data analysis and technical graphics" -SRC_URI="mirror://sourceforge/scigraphica/${P}.tar.gz" +SRC_URI="http://mesh.dl.sourceforge.net/sourceforge/scigraphica/${P}.tar.gz" HOMEPAGE="http://scigraphica.sourceforge.net/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" -IUSE="gnome" +KEYWORDS="~x86" +IUSE="" -DEPEND=">=x11-libs/gtk+extra-2.0.0 - =media-libs/libscigraphica-2.0.0 - =dev-python/pygtk-2* - =dev-python/numarray* - >=dev-libs/libxml2-2.4.10 - >=media-libs/imlib-1.9.7 - >=intltool-0.27.2" +DEPEND="=x11-libs/libscigraphica-2.0.0" -src_compile() { - local myconf="" +src_unpack() { + unpack ${A} + cd ${S} +} +src_compile() { ./configure \ --host=${CHOST} \ --prefix=/usr \ @@ -31,7 +28,7 @@ --mandir=/usr/share/man \ ${myconf} || die "Configuration Failed" - emake || die "Make Failed" + emake || die "Parallel Make Failed" } src_install() { @@ -41,7 +38,9 @@ } pkg_postinst() { - ewarn "Please, if you need to remerge pygtk-2* afterwards, do not forget to run scigraphica" - ewarn "as your intended user once before that!" - ewarn "You may also want to remove ~/.scigpahica/config first." + ewarn "Please be shure to rm your old scigraphica" + ewarn "configureation directory." + ewarn "Otherwise sg won't work." + sleep 5 } +