summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralexandruianu2015-06-25 15:53:08 +0300
committeralexandruianu2015-06-25 15:53:08 +0300
commit59e9ee616dbffcd873ec870dca928a580ffaad6f (patch)
tree0f85cbc6dddc2984ebfa7fab4fe4d5889b1a534f /PKGBUILD
downloadaur-cnijfilter-common-x86_64.tar.gz
Initial import
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 18 insertions, 0 deletions
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"
+}