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