diff options
Diffstat (limited to 'package/gettext-tiny/Makefile')
-rw-r--r-- | package/gettext-tiny/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/package/gettext-tiny/Makefile b/package/gettext-tiny/Makefile new file mode 100644 index 000000000..a61061cd6 --- /dev/null +++ b/package/gettext-tiny/Makefile @@ -0,0 +1,22 @@ +# 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:= gettext-tiny +PKG_VERSION:= 0.1 +PKG_RELEASE:= 1 +PKG_DESCR:= Gettext stub and replacement +PKG_SECTION:= libs +PKG_URL:= https://github.com/rofl0r/gettext-tiny + +WRKDIST= ${WRKDIR}/${PKG_NAME}-${PKG_VERSION} +NO_DISTFILES:= 1 + +include $(TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,GETTEXT_TINY,gettext-tiny,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) + +CONFIG_STYLE:= manual + +include ${TOPDIR}/mk/pkg-bottom.mk |