added afpfs-ng

This commit is contained in:
jensp 2010-02-25 12:14:07 +00:00
parent ab732dd484
commit 23553bfd56
2 changed files with 31 additions and 0 deletions

2
net-fs/afpfs-ng/Manifest Normal file
View file

@ -0,0 +1,2 @@
DIST afpfs-ng-0.8.1.tar.bz2 344014 RMD160 39d3e50ce38df188a7c90448b20f7e428027dc43 SHA1 3686d4d752052ea8e98841fcae748cb469991dbb SHA256 688560de1cde57ab8d9e0ef7dc6436dbf0267fe8884f9014e50ff92b297b01a8
EBUILD afpfs-ng-0.8.1.ebuild 562 RMD160 cd7a5a190490cfb3acf192e95c00cc21ad5e282a SHA1 d770baf893e7dcda745713472ec30a3c4534d1ea SHA256 e8342410123bd2f721822d9ca7f9049f98180f2472beddb474074f0bb5b8d75f

View file

@ -0,0 +1,29 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit autotools
DESCRIPTION="a client for the Apple Filing Protocol"
HOMEPAGE="http://sites.google.com/site/alexthepuffin/"
SRC_URI="mirror://sourceforge/$PN/$P.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND="sys-fs/fuse"
RDEPEND="${DEPEND}"
src_prepare() {
eautoreconf
}
src_install() {
DESTDIR="${D}" emake install
insinto /usr/include/$PN
doins include/* || die "failed to install headers"
}