diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2010-04-21 20:57:35 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-04-21 20:57:35 +0200 |
| commit | 4dc2822fa71e8e3d3ab004c8c14867607bb4de06 (patch) | |
| tree | 21e5b36849ea23f526cc58578a540de3882d7376 /package/libnotify/Makefile | |
| parent | 8f1eff09d5706cbea36ddf1bfc4661579f688853 (diff) | |
| parent | 38910b0bc0393c60da90e1b2540e3d4c5858dae9 (diff) | |
resolve merge conflict
Diffstat (limited to 'package/libnotify/Makefile')
| -rw-r--r-- | package/libnotify/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/package/libnotify/Makefile b/package/libnotify/Makefile new file mode 100644 index 000000000..76435074f --- /dev/null +++ b/package/libnotify/Makefile @@ -0,0 +1,24 @@ +# 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:= libnotify +PKG_VERSION:= 0.4.5 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 472e2c1f808848365572a9b024d9e8f5 +PKG_DESCR:= notify library +PKG_SECTION:= libs +PKG_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/lib + +include ${TOPDIR}/mk/pkg-bottom.mk |
