# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="An open source Eye-Fi Server written in Python." HOMEPAGE="http://returnbooleantrue.blogspot.com/" SRC_URI="https://github.com/nirgal/EyeFiServer/${PVR}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" src_unpack() { unpack ${A} cd "${S}" rm README rm .gitignore rm -rf doc } src_install() { cp -R "${S}/etc" "/etc" || die "Install failed!" cp "${S}/src" "/local/bin" || die "Install failed!" } pkg_postinst() { elog "You will need to set up your /etc/eyefiserver.conf file before" elog "running EyeFi Server for the first time." }