From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001
From: wbx <wbx@hydrogenium.(none)>
Date: Sun, 17 May 2009 14:41:34 +0200
Subject: Initial import

---
 package/xproto/Config.in |  6 ++++++
 package/xproto/Makefile  | 20 ++++++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 100644 package/xproto/Config.in
 create mode 100644 package/xproto/Makefile

(limited to 'package/xproto')

diff --git a/package/xproto/Config.in b/package/xproto/Config.in
new file mode 100644
index 000000000..88d73d6b3
--- /dev/null
+++ b/package/xproto/Config.in
@@ -0,0 +1,6 @@
+config ADK_PACKAGE_XPROTO
+	prompt "xproto................................. X protocol library"
+	tristate
+	default n
+	help
+         http://www.x.org
diff --git a/package/xproto/Makefile b/package/xproto/Makefile
new file mode 100644
index 000000000..25952769b
--- /dev/null
+++ b/package/xproto/Makefile
@@ -0,0 +1,20 @@
+# $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:=		xproto
+PKG_VERSION:=		7.0.13
+PKG_RELEASE:=		1
+PKG_MD5SUM:=		4c736a7ba52beddaea87964047adf209
+MASTER_SITES:=		${MASTER_SITE_XORG}
+
+include $(TOPDIR)/mk/package.mk
+
+CONFIGURE_STYLE=	gnu
+BUILD_STYLE=		auto
+INSTALL_STYLE=		auto confprog
+
+include ${TOPDIR}/mk/pkg-bottom.mk
-- 
cgit v1.2.3