Skip to content
Snippets Groups Projects
Makefile 346 B
Newer Older
  • Learn to ignore specific revisions
  • include $(TOPDIR)/rules.mk
    
    PKG_NAME:=gluon-alfred
    
    Matthias Schiffer's avatar
    Matthias Schiffer committed
    PKG_VERSION:=1
    PKG_RELEASE:=1
    
    include ../gluon.mk
    
    define Package/gluon-alfred
      SECTION:=gluon
      CATEGORY:=Gluon
    
      DEPENDS:=+gluon-core +gluon-respondd +gluon-neighbour-info gluon-mesh-batman-adv +micrond +alfred
    
      TITLE:=Configure alfred
    endef
    
    
    $(eval $(call BuildPackageGluon,gluon-alfred))