summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQue Quotion2016-11-15 04:54:50 +0900
committerQue Quotion2016-11-15 04:54:50 +0900
commit9ffc54c9d0f812c2c40a3b6b074427bba95a132d (patch)
tree1aaff12731585678a0cfa0393a4d0e3492f45a1d
parentf5bb4fd93d0707d7e8481fdc94a48f8c20fc2455 (diff)
downloadaur-9ffc54c9d0f812c2c40a3b6b074427bba95a132d.tar.gz
Somehow the makefile macros never carry through; have to do things for them..
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD8
3 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 684c91c4ce93..22fda13550bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Mar 22 20:03:50 UTC 2016
+# Mon Nov 14 19:53:12 UTC 2016
pkgbase = pt3-drv
pkgdesc = Japanese Driver for Earthsoft PT3 cards
pkgver = 2009.03.07
- pkgrel = 3
+ pkgrel = 4
url = http://eco.senritu.net/ubuntu13-10-pt3-epgrec/
install = pt3-drv.install
arch = i686
diff --git a/.gitignore b/.gitignore
index bdc944869331..f59ec20aabf5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1 @@
-pt3/
-*.pkg.tar.xz
-pkg/
-src/
+* \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 86a8180bf585..2842acf80696 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pt3-drv
pkgver=2009.03.07
-pkgrel=3
+pkgrel=4
install=pt3-drv.install
pkgdesc="Japanese Driver for Earthsoft PT3 cards"
groups=('earthsoft')
@@ -47,4 +47,10 @@ package() {
mkdir -m755 -p "${pkgdir}/etc/modprobe.d/"
echo "blacklist earth-pt3" >> pt3-blacklist.conf
install -m644 pt3-blacklist.conf "${pkgdir}/etc/modprobe.d/pt3-blacklist.conf"
+ install -m644 etc/99-pt3.rules "${pkgdir}/etc/udev/rules.d/"
+
+
+ #Placeholder for the day when I learn how DKMS works
+ #install -m 644 {Makefile,vhba.c} "${pkgdir}"/usr/src/vhba-${pkgver}/
+ #install -m 644 ../dkms.conf "${pkgdir}"/usr/src/vhba-${pkgver}/
}