summaryrefslogtreecommitdiff
path: root/package/vilistextum/Makefile
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/vilistextum/Makefile
Initial import
Diffstat (limited to 'package/vilistextum/Makefile')
-rw-r--r--package/vilistextum/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/package/vilistextum/Makefile b/package/vilistextum/Makefile
new file mode 100644
index 000000000..160d03af5
--- /dev/null
+++ b/package/vilistextum/Makefile
@@ -0,0 +1,29 @@
+# $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:= vilistextum
+PKG_VERSION:= 2.6.9
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 5ba56ffdc56758da716bb46c3e0f517e
+MASTER_SITES:= http://bhaak.dyndns.org/${PKG_NAME}/
+
+include ${TOPDIR}/mk/package.mk
+
+$(eval $(call PKG_template,VILISTEXTUM,vilistextum,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
+
+CONFIGURE_STYLE= gnu
+BUILD_STYLE= auto
+INSTALL_STYLE= auto
+
+PKG_DEPENDS:= libiconv
+
+post-install:
+ echo 'Depends: ${PKG_DEPENDS}' >>${IDIR_VILISTEXTUM}/CONTROL/control
+ ${INSTALL_DIR} ${IDIR_VILISTEXTUM}/usr/bin
+ ${INSTALL_BIN} ${WRKINST}/usr/bin/${PKG_NAME} ${IDIR_VILISTEXTUM}/usr/bin/
+
+include ${TOPDIR}/mk/pkg-bottom.mk