summaryrefslogtreecommitdiff
path: root/package/genext2fs/Makefile
blob: b26b37b0562a0cd9ace6019087f2b7d2c6ce6718 (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
# 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:=		genext2fs
PKG_VERSION:=		1.4.1
PKG_RELEASE:=		1
PKG_MD5SUM:=		b7b6361bcce2cedff1ae437fadafe53b
PKG_DESCR:=		generate ext2 filesystem utility
PKG_SECTION:=		sys/fs
PKG_SITES:=		${MASTER_SITE_SOURCEFORGE:=genext2fs/}

DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.gz

PKG_CFLINE_GENEXT2FS:=	depends on ADK_HOST_ONLY

include $(TOPDIR)/mk/host.mk
include $(TOPDIR)/mk/package.mk

$(eval $(call HOST_template,GENEXT2FS,genext2fs,$(PKG_VERSION)-${PKG_RELEASE}))

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