summaryrefslogtreecommitdiff
blob: ad339268ffcc2c925b5882d0e2842465f40f1eb3 (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-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils
DESCRIPTION="Inkomstenbelasting 2005"
HOMEPAGE="http://www.belastingdienst.nl"
SRC_URI="http://download.belastingdienst.nl/belastingdienst/apps/linux/${PN}${PV}_linux.tar.gz"
LICENSE=""
SLOT="0"
KEYWORDS="~x86"
RESTRICT="nomirror"

# Build-time dependencies, such as
#    ssl? ( >=dev-libs/openssl-0.9.6b )
#    >=dev-lang/perl-5.6.1-r1
# It is advisable to use the >= syntax show above, to reflect what you
# had installed on your system when you tested the package.  Then
# other users hopefully won't be caught without the right version of
# a dependency.
DEPEND="x11-libs/libXext
	x11-libs/libXdmcp
	x11-libs/libXau"

S=${WORKDIR}/${PN}${PV}

src_compile() {
	echo "binary package"
}

src_install() {
	dobin bin/ib2005{d,ux}
	insinto /usr/share/belastingdienst.nl/ib2005/
	doins share/belastingdienst.nl/ib2005/*
}