X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-app-lxc%2FMakefile;fp=applications%2Fluci-app-lxc%2FMakefile;h=9f313dfb114147dcf1ddda85b40f406a99a5f501;hp=0000000000000000000000000000000000000000;hb=fbd3e1219a203e782a5b29d55abf0c74d1b2982e;hpb=9726e26a7a2ea6052827472bfbec3c9914abedf8 diff --git a/applications/luci-app-lxc/Makefile b/applications/luci-app-lxc/Makefile new file mode 100644 index 000000000..9f313dfb1 --- /dev/null +++ b/applications/luci-app-lxc/Makefile @@ -0,0 +1,17 @@ +# +# Copyright (C) 2017 Dan Luedtke +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LXC management Web UI +LUCI_DEPENDS:=+luci-mod-admin-full +lxc +lxc-create +liblxc +rpcd-mod-lxc +getopt +xz +LUCI_PKGARCH:=all + +PKG_MAINTAINER:=Petar Koretic + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature