summaryrefslogtreecommitdiffstats
path: root/core/modules/ncp/module.conf.debian
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/ncp/module.conf.debian')
-rw-r--r--core/modules/ncp/module.conf.debian26
1 files changed, 26 insertions, 0 deletions
diff --git a/core/modules/ncp/module.conf.debian b/core/modules/ncp/module.conf.debian
new file mode 100644
index 00000000..fad69af5
--- /dev/null
+++ b/core/modules/ncp/module.conf.debian
@@ -0,0 +1,26 @@
+REQUIRED_INSTALLED_PACKAGES="
+ ncpfs
+ libncp
+"
+REQUIRED_CONTENT_PACKAGES="
+ ncpfs
+ libncp
+"
+REQUIRED_BINARIES+="
+ nwmsg
+ ncpmount
+ ncpumount
+ mount.ncp
+ mount.ncpfs
+"
+REQUIRED_DIRECTORIES+="
+ /usr
+"
+
+# For Debian 8: Both packages were dropped from official repos. Do not change the
+# order, as these packages will be installed via dpkg and depend on each other.
+REQUIRED_DOWNLOAD_URLS="
+ ftp.acc.umu.se/mirror/cdimage/snapshot/Debian/pool/main/n/ncpfs/libpam-ncp_2.2.6-9_amd64.deb
+ ftp.acc.umu.se/mirror/cdimage/snapshot/Debian/pool/main/n/ncpfs/libncp_2.2.6-9_amd64.deb
+ ftp.acc.umu.se/mirror/cdimage/snapshot/Debian/pool/main/n/ncpfs/ncpfs_2.2.6-9_amd64.deb
+"