]> git.proxmox.com Git - mirror_spl-debian.git/blob - dkms.conf.in
64f1f916f3ea4b828b65fb81425ec2b1869371da
[mirror_spl-debian.git] / dkms.conf.in
1 AUTOINSTALL="yes"
2 PACKAGE_NAME="@PACKAGE@"
3 PACKAGE_VERSION="@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_INSTALL="dkms.postinst -a ${arch} -k ${kernelver} -t ${dkms_tree}
14 -n ${PACKAGE_NAME} -v ${PACKAGE_VERSION}
15 "
16 REMAKE_INITRD="no"
17 MAKE[0]="make"
18 BUILT_MODULE_NAME[0]="spl"
19 BUILT_MODULE_LOCATION[0]="module/spl/"
20 DEST_MODULE_LOCATION[0]="/extra/spl/spl"
21 BUILT_MODULE_NAME[1]="splat"
22 BUILT_MODULE_LOCATION[1]="module/splat/"
23 DEST_MODULE_LOCATION[1]="/extra/splat/splat"