dev-erlang/stringprep: Version bump
[gentoo.git] / media-libs / libipod / libipod-0.1.ebuild
1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=0
5
6 inherit eutils
7
8 DESCRIPTION="lightweight and fast library written in C for managing Apple iPods"
9 HOMEPAGE="http://libipod.sourceforge.net/"
10 SRC_URI="mirror://sourceforge/libipod/${P}.tgz"
11
12 LICENSE="LGPL-2.1"
13 SLOT="0"
14 KEYWORDS="amd64 x86"
15 IUSE=""
16
17 DEPEND=""
18
19 src_unpack() {
20         unpack ${A}
21         cd "${S}"
22         epatch "${FILESDIR}"/${P}-prototypes.patch
23 }
24
25 src_install() {
26         emake install DESTDIR="${D}" || die
27         dodoc AUTHORS ChangeLog NEWS README
28 }