summaryrefslogtreecommitdiff
path: root/package/gconf/Makefile
blob: 84c33ee44b4eecec05f1640f7e1adb1da7f11e3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# 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:=		GConf
PKG_VERSION:=		2.32.1
PKG_EXTRAVER:=		2.32
PKG_RELEASE:=		1
PKG_MD5SUM:=		de83e70453910ac62f9ee2a86444bdab
PKG_DESCR:=		a system for storing application preferences
PKG_SECTION:=		libs
PKG_BUILDDEP:=		dbus dbus-glib orbit2
PKG_DEPENDS:=		dbus dbus-glib orbit2
PKG_URL:=		http://projects.gnome.org/gconf/
PKG_SITES:=		ftp://ftp.gnome.org//pub/GNOME/sources/GConf/${PKG_EXTRAVER}/

PKG_ARCH_DEPENDS:=	!arm !cris

include $(TOPDIR)/mk/package.mk

$(eval $(call PKG_template,GCONF,gconf,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))

gconf-install:
	$(INSTALL_DIR) $(IDIR_GCONF)/usr/bin
	$(INSTALL_BIN) $(WRKINST)/usr/bin/* $(IDIR_GCONF)/usr/bin
	$(INSTALL_DIR) $(IDIR_GCONF)/usr/lib
	$(INSTALL_BIN) $(WRKINST)/usr/lib/libgconf*.so* \
		$(IDIR_GCONF)/usr/lib
	$(INSTALL_DIR) $(IDIR_GCONF)/usr/lib/GConf/2
	$(CP) $(WRKINST)/usr/lib/GConf/2/*.so \
		$(IDIR_GCONF)/usr/lib/GConf/2
	$(INSTALL_DIR) $(IDIR_GCONF)/usr/libexec
	$(INSTALL_BIN) $(WRKINST)/usr/libexec/gconfd-2 \
		$(IDIR_GCONF)/usr/libexec
	$(INSTALL_DIR) $(IDIR_GCONF)/usr/share/dbus-1/services
	$(CP) $(WRKINST)/usr/share/dbus-1/services/* \
		$(IDIR_GCONF)/usr/share/dbus-1/services

include ${TOPDIR}/mk/pkg-bottom.mk