mk/image.mk: Ship /init in initramfs
[openadk.git] / package / libnotify / Makefile
blob61581e4e52165d2bd4b8ea25a105d1776c65d593
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR)/rules.mk
6 PKG_NAME:= libnotify
7 PKG_VERSION:= 0.4.5
8 PKG_RELEASE:= 3
9 PKG_HASH:= 0799db8ea1500b65a477421a8c930cc8c8b0bbc0596e55ea1601e2542f3fb0d9
10 PKG_DESCR:= notify library
11 PKG_SECTION:= libs/misc
12 PKG_BUILDDEP:= libgtk2 dbus-glib
13 PKG_NEEDS:= c++
14 PKG_URL:= http://www.galago-project.org/
15 PKG_SITES:= http://www.galago-project.org/files/releases/source/libnotify/
16 PKG_OPTS:= dev
18 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
20 include $(ADK_TOPDIR)/mk/package.mk
22 $(eval $(call PKG_template,LIBNOTIFY,libnotify,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
24 libnotify-install:
25 $(INSTALL_DIR) $(IDIR_LIBNOTIFY)/usr/lib
26 $(CP) $(WRKINST)/usr/lib/libnotify*.so* \
27 $(IDIR_LIBNOTIFY)/usr/lib
29 include ${ADK_TOPDIR}/mk/pkg-bottom.mk