summaryrefslogtreecommitdiff
blob: 20da6a9d155b412536eab95831a0eeaf4c8959ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=2

inherit eutils multilib qt4-r2 versionator

DESCRIPTION="network midi server"
HOMEPAGE="http://code.google.com/p/dsmi"

MY_PV="v$(replace_version_separator 2 '')"
MY_PF="${PN}-${MY_PV}"

SRC_URI="http://dsmi.googlecode.com/files/dsmidiwifi-${MY_PV}.tgz"

LICENSE="LGPL"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"

PATCHES=(
)

S=${WORKDIR}/${MY_PF}/source

src_configure() {
	eqmake4 DSMIDIWiFi.pro
}

src_install() {
	dobin DSMIDIWiFi
}