summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-08-25 16:21:40 +0200
committerAlexis Ballier <aballier@gentoo.org>2015-08-25 16:21:56 +0200
commit9dbb8732d37ea4c062e136d92166830ad8e60f0e (patch)
treeecd80d5b8f10b1e4fc6e0072534e1093f8b455e2 /media-sound/sexypsf/sexypsf-0.4.8.ebuild
parentkde-plasma: version bump 5.4.0 (diff)
downloadgentoo-9dbb8732d37ea4c062e136d92166830ad8e60f0e.tar.gz
gentoo-9dbb8732d37ea4c062e136d92166830ad8e60f0e.tar.bz2
gentoo-9dbb8732d37ea4c062e136d92166830ad8e60f0e.zip
media-sound/sexypsf: bump to 0.4.8
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'media-sound/sexypsf/sexypsf-0.4.8.ebuild')
-rw-r--r--media-sound/sexypsf/sexypsf-0.4.8.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/media-sound/sexypsf/sexypsf-0.4.8.ebuild b/media-sound/sexypsf/sexypsf-0.4.8.ebuild
new file mode 100644
index 000000000000..adbe55dde8ff
--- /dev/null
+++ b/media-sound/sexypsf/sexypsf-0.4.8.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit toolchain-funcs
+
+DESCRIPTION="sexyPSF is an open-source PSF1 (Playstation music) file player"
+HOMEPAGE="http://projects.raphnet.net/#sexypsf"
+SRC_URI="http://projects.raphnet.net/sexypsf/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="sys-libs/zlib"
+
+src_compile() {
+ tc-export CC
+ cd "${S}"/Linux
+ emake
+}
+
+src_install() {
+ dobin Linux/sexypsf
+ dodoc Docs/*
+}