summaryrefslogtreecommitdiff
blob: d07f1e1a6c63580da0dc1a63b05e077706ee4275 (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
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DESCRIPTION="Network printer command-line adminstration tool"
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
HOMEPAGE="http://npadmin.sourceforge.net/"

# this does NOT link against SNMP
DEPEND=""

KEYWORDS="amd64 ~ppc x86"
IUSE=""
LICENSE="GPL-2"
SLOT="0"

PATCHES=(
	"${FILESDIR}"/${P}-stdlib.patch
	"${FILESDIR}"/${P}-gcc6.patch
)

src_install() {
	dobin npadmin
	doman npadmin.1
	dodoc README AUTHORS ChangeLog INSTALL NEWS README TODO
}