summaryrefslogtreecommitdiff
path: root/package/at-spi2-core
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-01-02 03:20:14 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-01-02 03:20:29 -0600
commit6412186eaf7c659b661a3084aa31636e43fc7639 (patch)
tree4d29538ec20a68bf512812c8e441dcc0d489461d /package/at-spi2-core
parentf46a0347e11a1aecc484ee208bd82b0adc7019ff (diff)
add new gtk3 package
Diffstat (limited to 'package/at-spi2-core')
-rw-r--r--package/at-spi2-core/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/package/at-spi2-core/Makefile b/package/at-spi2-core/Makefile
new file mode 100644
index 000000000..ea82c3228
--- /dev/null
+++ b/package/at-spi2-core/Makefile
@@ -0,0 +1,27 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include $(ADK_TOPDIR)/rules.mk
+
+PKG_NAME:= at-spi2-core
+PKG_VERSION:= 2.15.3
+PKG_EXTRAVER:= 2.15
+PKG_RELEASE:= 1
+PKG_HASH:= bae426d13d4a1ae3a35c6dd444e7fdef2159fbc9170eb39b6ae3213a27042d92
+PKG_DESCR:= d-bus based accessibility framework
+PKG_SECTION:= libs/misc
+PKG_DEPENDS:= glib libxtst
+PKG_BUILDDEP:= glib libXtst
+PKG_URL:= http://www.gnome.org/
+PKG_SITES:= $(MASTER_SITE_GNOME:=at-spi2-core/$(PKG_EXTRAVER)/)
+PKG_OPTS:= dev
+
+include $(ADK_TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,LIBAT_SPI2_CORE,libat-spi2-core,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION),$(PKG_OPTS)))
+
+libatk-install:
+ $(INSTALL_DIR) $(IDIR_LIBAT_SPI2_CORE)/usr/lib
+ $(CP) $(WRKINST)/usr/lib/libat*.so* $(IDIR_LIBAT_SPI2_CORE)/usr/lib
+
+include $(ADK_TOPDIR)/mk/pkg-bottom.mk