summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD18
2 files changed, 33 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..892e7bec06c3
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = cnijfilter-common-x86_64
+ pkgdesc = Canon IJ Printer Driver (Common package) x86_64
+ pkgver = 3.40
+ pkgrel = 2
+ url = http://support-au.canon.com.au/contents/AU/EN/0100300801.html
+ arch = x86_64
+ license = custom
+ depends = libcups
+ depends = popt
+ conflicts = cnijfilter-common
+ source = https://www.dropbox.com/s/xah6az3sggg6sak/cnijfilter-common-3.40-1.x86_64.tar.gz
+ md5sums = 95a3e557914520513b981a28b7886bcb
+
+pkgname = cnijfilter-common-x86_64
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..cd381e511b59
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Contributor: SubNeX
+# Maintainer: Alexandru Ianu (Ayceman) <alexandru@manjaro.org>
+
+pkgname=cnijfilter-common-x86_64
+pkgver=3.40
+pkgrel=2
+pkgdesc="Canon IJ Printer Driver (Common package) x86_64"
+url="http://support-au.canon.com.au/contents/AU/EN/0100300801.html"
+arch=('x86_64')
+license=('custom')
+depends=('libcups' 'popt')
+conflicts=('cnijfilter-common')
+source=("https://www.dropbox.com/s/xah6az3sggg6sak/cnijfilter-common-3.40-1.x86_64.tar.gz")
+md5sums=('95a3e557914520513b981a28b7886bcb')
+
+package(){
+ cp -a "$srcdir/usr" "$pkgdir"
+}