# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit subversion ESVN_REPO_URI="svn://neopsis.com/big/svn/seom/trunk" DESCRIPTION="seom video capturing library" HOMEPAGE="http://neopsis.com/projects/seom" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="" IUSE="" RDEPEND="x11-base/xorg-server" DEPEND=">=dev-lang/yasm-0.5" S="${WORKDIR}/trunk" src_install() { sed -i -e "s|svn info|svn info ${ESVN_STORE_DIR}/${ESVN_PROJECT}/${ESVN_REPO_URI##*/}|g" seom.pc.in || die "sed failed" emake DESTDIR="${D}" install || die "emake install failed" } pkg_postinst() { ewarn "DO NOT report bugs to Gentoo's bugzilla" einfo "Please report all bugs to #gentoo-desktop-effects" einfo "Thank you on behalf of the Gentoo Desktop-Effects team" }