summaryrefslogtreecommitdiff
path: root/package/haserl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/haserl/Makefile')
-rw-r--r--package/haserl/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/package/haserl/Makefile b/package/haserl/Makefile
new file mode 100644
index 000000000..f1ed01580
--- /dev/null
+++ b/package/haserl/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:= haserl
+PKG_VERSION:= 0.8.0
+PKG_RELEASE:= 1
+PKG_MD5SUM:= bd9195d086566f56634c0bcbbbcbebea
+MASTER_SITES:= ${MASTER_SITE_SOURCEFORGE:=haserl/}
+
+include ${TOPDIR}/mk/package.mk
+
+$(eval $(call PKG_template,HASERL,haserl,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
+
+TCFLAGS+= -DMAX_UPLOAD_KB=8192
+CONFIGURE_STYLE= gnu
+BUILD_STYLE= auto
+INSTALL_STYLE= auto
+
+post-install:
+ ${INSTALL_DIR} ${IDIR_HASERL}/usr/bin
+ ${INSTALL_BIN} ${WRKINST}/usr/bin/haserl ${IDIR_HASERL}/usr/bin/
+
+include ${TOPDIR}/mk/pkg-bottom.mk