summaryrefslogtreecommitdiff
path: root/package/gpm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/gpm/Makefile')
-rw-r--r--package/gpm/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/package/gpm/Makefile b/package/gpm/Makefile
new file mode 100644
index 000000000..0c0fd2a55
--- /dev/null
+++ b/package/gpm/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:= gpm
+PKG_VERSION:= 1.20.5
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 3915bdd6bf947ef867752a30b4be2387
+MASTER_SITES:= http://unix.schottelius.org/gpm/archives/
+
+include ${TOPDIR}/mk/package.mk
+
+$(eval $(call PKG_template,GPM,gpm,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
+
+CONFIGURE_STYLE:= gnu
+TCFLAGS+= -I${WRKSRC}/src/headers
+BUILD_STYLE:= auto
+INSTALL_STYLE:= auto
+
+post-install:
+ ${INSTALL_DIR} ${IDIR_GPM}/usr/sbin/
+ ${INSTALL_DIR} ${IDIR_GPM}/usr/lib/
+ ${INSTALL_BIN} ${WRKINST}/usr/sbin/gpm ${IDIR_GPM}/usr/sbin/
+ ${CP} ${WRKINST}/usr/lib/libgpm.so.* ${IDIR_GPM}/usr/lib/
+
+include ${TOPDIR}/mk/pkg-bottom.mk