summaryrefslogtreecommitdiff
path: root/package/raddump/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/raddump/Makefile')
-rwxr-xr-xpackage/raddump/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/package/raddump/Makefile b/package/raddump/Makefile
new file mode 100755
index 000000000..3eee5473b
--- /dev/null
+++ b/package/raddump/Makefile
@@ -0,0 +1,27 @@
+# $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:= raddump
+PKG_VERSION:= 0.3.1
+PKG_RELEASE:= 1
+PKG_MD5SUM:= f8c29c67141ea78bb6ae8b97d5149480
+MASTER_SITES:= ${MASTER_SITE_SOURCEFORGE:=raddump/}
+
+include ${TOPDIR}/mk/package.mk
+
+$(eval $(call PKG_template,RADDUMP,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
+
+CONFIGURE_STYLE:= gnu
+CONFIGURE_ARGS+= ac_cv_c_bigendian=no \
+ ac_cv_func_malloc_0_nonnull=yes \
+ ac_cv_func_realloc_0_nonnull=yes
+INSTALL_STYLE:= auto
+
+post-install:
+ ${CP} ${WRKINST}/* ${IDIR_RADDUMP}/
+
+include ${TOPDIR}/mk/pkg-bottom.mk