| 123456789101112131415161718192021222324 | # 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.mkPKG_NAME:=		libnotifyPKG_VERSION:=		0.4.5PKG_RELEASE:=		1PKG_MD5SUM:=		472e2c1f808848365572a9b024d9e8f5PKG_DESCR:=		notify libraryPKG_SECTION:=		libsPKG_URL:=		http://www.galago-project.org/PKG_SITES:=		http://www.galago-project.org/files/releases/source/libnotify/include $(TOPDIR)/mk/package.mk$(eval $(call PKG_template,LIBNOTIFY,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))post-install:	$(INSTALL_DIR) $(IDIR_LIBNOTIFY)/usr/lib	$(CP) $(WRKINST)/usr/lib/libnotify*.so* \		$(IDIR_LIBNOTIFY)/usr/libinclude ${TOPDIR}/mk/pkg-bottom.mk
 |