Makefile 848 B

12345678910111213141516171819202122232425
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. include $(TOPDIR)/rules.mk
  4. PKG_NAME:= ConsoleKit
  5. PKG_VERSION:= 0.4.4
  6. PKG_RELEASE:= 1
  7. PKG_MD5SUM:= b57eb18eae8c4d3631d5f4f030218a29
  8. PKG_DESCR:= a framework for defining and tracking users, login sessions and seats
  9. PKG_SECTION:= misc
  10. PKG_BUILDDEP:= dbus-glib
  11. PKG_URL:= http://www.freedesktop.org/wiki/Software/ConsoleKit
  12. PKG_SITES:= http://www.freedesktop.org/software/ConsoleKit/dist/
  13. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
  14. include $(TOPDIR)/mk/package.mk
  15. $(eval $(call PKG_template,CONSOLEKIT,consolekit,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
  16. consolekit-install:
  17. $(INSTALL_DIR) $(IDIR_CONSOLEKIT)/usr/lib
  18. include ${TOPDIR}/mk/pkg-bottom.mk