summaryrefslogtreecommitdiff
path: root/package/sispmctl/Makefile
blob: 7ae648c16c80b73b1df49042cd61157c6aa99361 (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
# $Id$
#-
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.

include ${TOPDIR}/rules.mk

PKG_NAME:=		sispmctl
PKG_VERSION:=		2.7
PKG_RELEASE:=		1
PKG_MD5SUM:=		2457f76cd129f880634f3381be0aeb76
PKG_DESCR:=		control application for power sockets
PKG_SECTION:=		misc
PKG_DEPENDS:=		libusb
PKG_URL:=		http://sispmctl.sourceforge.net
PKG_SITES:=		${MASTER_SITE_SOURCEFORGE:=sispmctl/}

include ${TOPDIR}/mk/package.mk

$(eval $(call PKG_template,SISPMCTL,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))

CONFIGURE_STYLE:=	gnu
BUILD_STYLE:=		auto
INSTALL_STYLE:=		auto

post-install:
	${INSTALL_DIR} ${IDIR_SISPMCTL}/usr/bin
	${INSTALL_BIN} ${WRKINST}/usr/bin/sispmctl ${IDIR_SISPMCTL}/usr/bin

include ${TOPDIR}/mk/pkg-bottom.mk