summaryrefslogtreecommitdiff
path: root/package/libowfat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/libowfat/Makefile')
-rw-r--r--package/libowfat/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/package/libowfat/Makefile b/package/libowfat/Makefile
new file mode 100644
index 000000000..cb288b823
--- /dev/null
+++ b/package/libowfat/Makefile
@@ -0,0 +1,28 @@
+# $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= libowfat
+PKG_VERSION= 0.25
+PKG_RELEASE= 1
+PKG_MD5SUM= 7a5ab9f5b7099b82e428cd308d170005
+
+MASTER_SITES= http://dl.fefe.de/
+DISTFILES= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
+
+include ${TOPDIR}/mk/package.mk
+
+$(eval $(call PKG_template,LIBOWFAT,libowfat,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
+
+BUILD_STYLE= auto
+INSTALL_STYLE= auto
+MAKE_FILE= GNUmakefile
+MAKE_FLAGS+= DIET= CC='${TARGET_CC}' CROSS=${TARGET_CROSS}
+TCFLAGS+= ${TCPPFLAGS}
+FAKE_FLAGS+= prefix='${WRKINST}/usr' \
+ INCLUDEDIR='${WRKINST}/usr/include/owfat'
+
+include ${TOPDIR}/mk/pkg-bottom.mk