summaryrefslogtreecommitdiff
path: root/package/cutter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/cutter/Makefile')
-rwxr-xr-xpackage/cutter/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/package/cutter/Makefile b/package/cutter/Makefile
new file mode 100755
index 000000000..68af7df76
--- /dev/null
+++ b/package/cutter/Makefile
@@ -0,0 +1,26 @@
+# $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:= cutter
+PKG_VERSION:= 1.03
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 50093db9b64277643969ee75b83ebbd1
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tgz
+MASTER_SITES:= http://www.lowth.com/cutter/software/
+
+include ${TOPDIR}/mk/package.mk
+
+$(eval $(call PKG_template,CUTTER,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
+
+do-build:
+ ${TARGET_CC} ${WRKBUILD}/cutter.c -o ${WRKBUILD}/cutter
+
+do-install:
+ ${INSTALL_DIR} ${IDIR_CUTTER}/usr/sbin
+ ${INSTALL_BIN} ${WRKBUILD}/cutter ${IDIR_CUTTER}/usr/sbin
+
+include ${TOPDIR}/mk/pkg-bottom.mk