summarylogtreecommitdiffstats
path: root/dkms.conf
diff options
context:
space:
mode:
authortomsik682015-06-09 12:03:47 +0200
committertomsik682015-06-09 12:06:29 +0200
commitdeb3162e68aa4dbb1cb896a32f14253a7cc54e22 (patch)
treec037826bad83f81a4c76b6e97b4b9d44b1c54ec3 /dkms.conf
downloadaur-deb3162e68aa4dbb1cb896a32f14253a7cc54e22.tar.gz
Import from AUR3(pkgrel 3)
Diffstat (limited to 'dkms.conf')
-rw-r--r--dkms.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/dkms.conf b/dkms.conf
new file mode 100644
index 000000000000..ffcd62290937
--- /dev/null
+++ b/dkms.conf
@@ -0,0 +1,10 @@
+PACKAGE_NAME="@_PKGBASE@"
+PACKAGE_VERSION="@PKGVER@"
+#MAKE[0]="make --uname_r=$kernelver"
+# only do make, DKMS will take care of "install"
+# rename the file while copying to name of package :)
+MAKE[0]="make && cp os/linux/rt5592sta.ko ./@_PKGBASE@.ko"
+CLEAN="make clean"
+BUILT_MODULE_NAME[0]="@_PKGBASE@"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/misc"
+AUTOINSTALL="yes"