1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR
)/rules.mk
9 PKG_HASH
:= 3596c74c08ee8f2f19712e8f0ab1f7ff8c483de7bfc2f50d205a186f52896f02
10 PKG_DESCR
:= sgi disk volume header tool
12 PKG_URL
:= https
://www.linux-mips.org
/wiki
/Disk_Volume_Header
13 PKG_SITES
:= http
://http.debian.net
/debian
/pool
/main
/d
/dvhtool
/
15 PKG_ARCH_DEPENDS
:= mips mips64
17 DISTFILES
:= $(PKG_NAME
)_
$(PKG_VERSION
).orig.
tar.gz
18 WRKDIST
= $(WRKDIR
)/$(PKG_NAME
)-$(PKG_VERSION
).orig
20 include $(ADK_TOPDIR
)/mk
/package.mk
22 $(eval
$(call PKG_template
,DVHTOOL
,dvhtool
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
)))
24 AUTOTOOL_STYLE
:= autoreconf
27 $(INSTALL_DIR
) $(IDIR_DVHTOOL
)/usr
/sbin
28 $(INSTALL_BIN
) $(WRKINST
)/usr
/sbin
/dvhtool \
29 $(IDIR_DVHTOOL
)/usr
/sbin
31 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk