]> git.proxmox.com Git - mirror_spl-debian.git/blob - debian/dkms
13a1233d760b082f680872957135946aff8d28cb
[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_INSTALL="cp
14 ${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build/spl_config.h
15 ${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build/module/Module.symvers
16 ${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/${kernelver}/${arch}/
17 "
18 REMAKE_INITRD="no"
19 MAKE[0]="make"
20 BUILT_MODULE_NAME[0]="spl"
21 BUILT_MODULE_LOCATION[0]="module/spl/"
22 DEST_MODULE_LOCATION[0]="/extra/spl/spl"
23 BUILT_MODULE_NAME[1]="splat"
24 BUILT_MODULE_LOCATION[1]="module/splat/"
25 DEST_MODULE_LOCATION[1]="/extra/splat/splat"