# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="4" inherit subversion ESVN_REPO_URI="https://svn.xiph.org/trunk/postfish/" DESCRIPTION="The Postfish is a digital audio post-processing, restoration, filtering and mixdown tool" HOMEPAGE="https://svn.xiph.org/trunk/postfish/" SRC_URI="" LICENSE="GPL" SLOT="0" KEYWORDS="" DEPEND="sci-libs/fftw:3.0 x11-libs/gtk+:2" DOCS="README COPYING" src_prepare() { sed -i 's_/usr/local_${ED}/usr_g' Makefile sed -i 's_postfish-gtkrc $(ETCDIR)_postfish-gtkrc ${ED}/$(ETCDIR)_g' Makefile sed -i 's_0755 $(ETCDIR)_0755 ${ED}/$(ETCDIR)_g' Makefile sed -i 's_postfish-wisdomrc $(ETCDIR)_postfish-wisdomrc ${ED}/$(ETCDIR)_g' Makefile }