]> git.proxmox.com Git - mirror_spl-debian.git/blob - debian/dkms
Wrap long lines in the dkms.conf file.
[mirror_spl-debian.git] / debian / dkms
1 AUTOINSTALL="yes"
2 PACKAGE_NAME="spl"
3 PACKAGE_VERSION="#MODULE_VERSION#"
4 PRE_BUILD="configure
5 --prefix=/usr
6 --with-config=kernel
7 --with-linux=$(case `lsb_release -is` in
8 (Debian) echo ${kernel_source_dir/%build/source} ;;
9 (*) echo ${kernel_source_dir} ;;
10 esac)
11 --with-linux-obj=${kernel_source_dir}
12 "
13 POST_REMOVE="rm -r /usr/src/spl-#MODULE_VERSION#/${kernelver}"
14 REMAKE_INITRD="no"
15 MAKE[0]="make && make install-data-local && make -C include install"
16 BUILT_MODULE_NAME[0]="spl"
17 BUILT_MODULE_LOCATION[0]="module/spl/"
18 DEST_MODULE_LOCATION[0]="/extra/spl/spl"
19 MAKE[1]="true"
20 BUILT_MODULE_NAME[1]="splat"
21 BUILT_MODULE_LOCATION[1]="module/splat/"
22 DEST_MODULE_LOCATION[1]="/extra/spl/splat"