summaryrefslogtreecommitdiff
path: root/package/libXxf86dga/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/libXxf86dga/Makefile')
-rw-r--r--package/libXxf86dga/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/package/libXxf86dga/Makefile b/package/libXxf86dga/Makefile
new file mode 100644
index 000000000..a8e4e526d
--- /dev/null
+++ b/package/libXxf86dga/Makefile
@@ -0,0 +1,27 @@
+# $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:= libXxf86dga
+PKG_VERSION:= 1.0.2
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 704501402a277258ffc878e821357ad4
+MASTER_SITES:= ${MASTER_SITE_XORG}
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,LIBXXF86DGA,libxxf86dga,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
+
+CONFIGURE_STYLE= gnu
+CONFIGURE_ARGS+= --disable-malloc0returnsnull
+BUILD_STYLE= auto
+INSTALL_STYLE= auto confprog
+
+post-install:
+ ${INSTALL_DIR} ${IDIR_LIBXXF86DGA}/usr/lib
+ ${CP} ${WRKINST}/usr/lib/libXxf86dga.so* ${IDIR_LIBXXF86DGA}/usr/lib/
+
+include ${TOPDIR}/mk/pkg-bottom.mk